Reputation: 557
I am having trouble getting company information using the Marketo REST Apis. (Describe Company » Marketo Developers )
Everytime I use the call
/rest/v1/companies/describe.json?access_token=
I always get the Error [{\"code\":\"1018\",\"message\":\"Company API disabled\"}]}
However when I check on the User Role permissions I have enabled I seem to have access to all of the APIs.
Is there any other permissions I need to use the Company API?
Any help is appreciated.
Thank you
Upvotes: 1
Views: 478
Reputation: 111
sometimes the company information is wrapped up with the person/lead object. Maybe you can get it from a lead from a company?
Upvotes: 1
Reputation: 411
The Company API is only available on instances where there is no native CRM sync, such as Microsoft Dynamics or Salesforce, enabled. Your instance probably has one of these enabled and so the company API is not available.
Upvotes: 1