Company
Get a company
Fetch one company from your CRM by its ID, including its underlying business record, owner, group, relationship type, payment term, custom fields, licenses, locations, and computed outstanding balance.
Returns 404 if no company with that ID exists on your account. A soft-deleted company is still returned here, with a non-null deleted_at. This read is served from a replica and is eventually consistent — a create or update made through the API can take up to 1 second to be reflected.
Required permission: companies_permissions_view.
get/public/v1/companies/{id}
Path parameters
idstring required
ID of the company to fetch.
Response
A single company
Changes
No recorded changes to this endpoint across all 2 revisions of this API.