Batch
Retrieve a batch of subscription objects by IDs.
Retrieve a batch of CRM subscription objects by their IDs, including specified properties and their histories.
post/crm/objects/2026-03/subscriptions/batch/read
Query parameters
archivedboolean
Whether to return only results that have been archived.
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
successful operation