Companies
Companies represent organizations or businesses that your users belong to. Use this endpoint to list and retrieve company information.
List all companies
GET/v2/companies
Create or update a company
POST/v2/companies
Get company by ID
GET/v2/companies/{id}
Delete a company
DELETE/v2/companies/{id}
Delete a company by external company ID
DELETE/v2/companies/by-company-id/{companyId}
CompaniesContacts
Companies represent organizations or businesses that your users belong to. Use this endpoint to list and retrieve company information.
List contacts attached to a company
GET/v2/companies/{id}/contacts
Attach a contact to a company
POST/v2/companies/{id}/contacts
Remove a contact from a company
DELETE/v2/companies/{id}/contacts/{contactId}