Batch read records
documentedRead multiple records by IDs or idProperty in batch.
POST /crm/v3/objects/{objectTypeId}/batch/readCRMno implementation yet0 runsInput
objectType*
HubSpot object type (e.g., 'contacts', 'deals')
contacts
record_id_1*
First object ID
101
record_id_2
Second object ID
102
property1
Property name to fetch (first)
firstname
property2
Property name to fetch (second)
lastname
property1History
Include history for property1
false
idProperty
Custom unique identifier property name (if not using ID)
email
Calls HubSpot as you (your API key is your account); keychains.dev holds the credentials.