You're among the first to explore our new HubSpot developer docs. Dive in and share your feedback here.
CRM
English
cURL
curl --request POST \ --url https://api.hubapi.com/crm/v3/objects/deals/splits/batch/read \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "inputs": [ { "id": "<string>" } ] }'
{ "completedAt": "2023-11-07T05:31:56Z", "requestedAt": "2023-11-07T05:31:56Z", "startedAt": "2023-11-07T05:31:56Z", "links": {}, "results": [ { "splits": [ { "createdAt": "2023-11-07T05:31:56Z", "archived": false, "archivedAt": "2023-11-07T05:31:56Z", "propertiesWithHistory": "", "id": "", "properties": "", "updatedAt": "2023-11-07T05:31:56Z" } ], "id": "<string>" } ], "status": "PENDING" }
crm.dealsplits.read_write
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object.
object
Was this page helpful?