SOLVED

Need clarification on Marketo API documentation

Go to solution
IS-sandboxes
Level 1

Need clarification on Marketo API documentation

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Floyd_Alvares2
Level 8

Re: Need clarification on Marketo API documentation

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/#!/Compa...

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

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

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

View solution in original post

1 REPLY 1
Floyd_Alvares2
Level 8

Re: Need clarification on Marketo API documentation

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/#!/Compa...

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

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

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