curl --request GET \
--url https://api.hubapi.com/calling/v1/dispositions[
{
"id": "<string>",
"label": "<string>"
}
]Get all possible dispositions for sales calls (stored as engagements), listed as the outcome when viewing the call’s outcome when viewing the call in the timeline in HubSpot. Due to how the underlying redirect logic works, your API logs will show any calls to this endpoint as /twilio/v1/dispositions.
curl --request GET \
--url https://api.hubapi.com/calling/v1/dispositions[
{
"id": "<string>",
"label": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?