Retrieve a company
Gets the specified company.
Single Company
GET
https://{{account_id}}.acquire.io/api/v1/crm/objects/company/{{companyId}}
This endpoint is used to obtain specific company details.
Path Parameters
Name
Type
Description
companyId
integer
ID of the company.
Query Parameters
Name
Type
Description
select
array
Can be one of id|dateCreated|dateUpdated
relations
array
Can be one of fields | contacts | companies
Headers
Name
Type
Description
Authorization*
string
Bearer {{API_KEY}}
Last updated