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.
Solved! Go to Solution.
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}}
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}}
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