Batch
Retrieve a batch of companies
Retrieve a batch of companies by ID (companyId) or by a unique property (idProperty). You can specify what is returned using the properties query parameter.
post/crm/objects/2026-03/companies/batch/read
Query parameters
archivedboolean
Whether to return only results that have been archived.
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
successful operation