v4
latestOpenAPI 3.0.12026-07-13123572.3 KBBatch
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-09/{objectType}/batch/read
Path parameters
objectTypestring required
Object type.
Query parameters
archivedboolean
Whether to return only results that have been archived.
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
successful operation