SOLVED

Is there any API call to download the swagger definition for Lead Database and Asset in Marketo ?

Go to solution
Anonymous
Not applicable

Is there any API call to download the swagger definition for Lead Database and Asset in Marketo ?

I want to download the swagger definition  for lead and asset dynamically. Is there any rest API to download that?

Currently i can see the form where we give Munchkin ID to download the swagger definition.

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Is there any API call to download the swagger definition for Lead Database and Asset in Marketo ?

What do you mean by "dynamically"?  This is a very slowly changing API.

At any rate you can currently get it via

http://developers.marketo.com/swagger/host_fixer_mapi.php?munchkin={{Munchkin ID}}

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Is there any API call to download the swagger definition for Lead Database and Asset in Marketo ?

What do you mean by "dynamically"?  This is a very slowly changing API.

At any rate you can currently get it via

http://developers.marketo.com/swagger/host_fixer_mapi.php?munchkin={{Munchkin ID}}
Anonymous
Not applicable

Re: Is there any API call to download the swagger definition for Lead Database and Asset in Marketo ?

Hi Sanford,

Thanks for sharing the information.

By "dynamically" it meant to get the swagger definition by API call.

The URL you have shared is giving the swagger definition for Lead Database.

What do we need to change in it to get the same for Asset and Identity?

Thanks