Need clarification on Marketo API documentation | Community
Skip to main content
New Participant
January 5, 2022
Solved

Need clarification on Marketo API documentation

  • January 5, 2022
  • 1 reply
  • 1780 views

Team,

 

We need the below clarification on Marketo API documentation. Can someone please advise here? 

 

In the Marketo API documentation, we can see that the Leads endpoint has fields.json using which we can get all the metadata for all fields on the lead object.

 

But we are not able to see the felds.json for Companies, Opportunities, Named Accounts.

 

So our question is why is this parity? Is it just not documented in the API docs for now and will be documentation in the future or Marketo team is in process of deprecating them.

 

Thank you in advance for looking into this.

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 falvares

Hi @is-sandboxes 

There are API calls to get the fields available on the Company, Opportunity and Named Account objects.

Company: https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Companies/describeUsingGET

Named Accounts: https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Named_Accounts/describeUsingGET_3

Opportunities: https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Opportunities/describeUsingGET_4

Please note that if your Marketo instance is natively synced to a CRM, then the Company and Opportunity objects are not accessible via the API.

Additionally, you can use the Marketo UI to download the meta data for the objects: Export All Object Metadata | Adobe Marketo

 

Hope this helps.

Floyd

1 reply

falvaresAccepted solution
Employee
January 5, 2022

Hi @is-sandboxes 

There are API calls to get the fields available on the Company, Opportunity and Named Account objects.

Company: https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Companies/describeUsingGET

Named Accounts: https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Named_Accounts/describeUsingGET_3

Opportunities: https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Opportunities/describeUsingGET_4

Please note that if your Marketo instance is natively synced to a CRM, then the Company and Opportunity objects are not accessible via the API.

Additionally, you can use the Marketo UI to download the meta data for the objects: Export All Object Metadata | Adobe Marketo

 

Hope this helps.

Floyd