v5
latestOpenAPI 3.0.12026-07-13133674.3 KBBatch
Retrieve a batch of contacts
Retrieve a batch of contacts by ID (contactId) or unique property value (idProperty).
post/crm/objects/2026-09/{objectType}/batch/read
Path parameters
objectTypestring required
Query parameters
archivedboolean
Whether to return only results that have been archived.
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
successful operation