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.
Solved! Go to Solution.
There are API calls to get the fields available on the Company, Opportunity and Named Account objects.
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
There are API calls to get the fields available on the Company, Opportunity and Named Account objects.
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