James
James

Reputation: 557

Marketo REST API - Company API disabled error

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.

enter image description here Is there any other permissions I need to use the Company API?

Any help is appreciated.

Thank you

Upvotes: 1

Views: 478

Answers (2)

michael running wolf
michael running wolf

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

kelkington
kelkington

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

Related Questions