Is there any API call to download the swagger definition for Lead Database and Asset in Marketo ? | Community
Skip to main content
February 22, 2018
Solved

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

  • February 22, 2018
  • 1 reply
  • 2114 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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}}

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
February 22, 2018

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}}
February 22, 2018

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