GET /companies
You can fetch a single company by passing in company_id
or name
.
https://api.intercom.io/companies?name={name}
https://api.intercom.io/companies?company_id={company_id}
You can fetch all companies and filter by segment_id
or tag_id
as a query parameter.
https://api.intercom.io/companies?tag_id={tag_id}
https://api.intercom.io/companies?segment_id={segment_id}
Servers
- https://api.intercom.io
- https://api.eu.intercom.io
- https://api.au.intercom.io
Request headers
Name | Type | Required | Description |
---|---|---|---|
Intercom-Version |
String | No |
Possible values:
Default value: "2.12" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Integer | No |
The page of results to fetch. Defaults to first page |
name |
String | No |
The |
per_page |
Integer | No |
How many results to display per page. Defaults to 15 |
segment_id |
String | No |
The |
company_id |
String | No |
The |
tag_id |
String | No |
The |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.