API ReferenceBuilding AppsInstalling IntercomAPI & Webhook ReferenceCanvas Kit Reference
DocsApp StoreCommunityBlogYour Apps

Retrieve a company

You can fetch a company by either passing in company_id or name as a query parameter.

A company can also be fetched by its name using a name or company_id parameter in the url, whose values are the ones you have defined for that company -
https://api.intercom.io/companies?name={name}
https://api.intercom.io/companies?company_id={company_id}

Language
Authentication
Bearer
URL
Click Try It! to start a request and see the response here!