GET
/
calling
/
v1
/
dispositions
Get call engagement dispositions
curl --request GET \
  --url https://api.hubapi.com/calling/v1/dispositions
[
  {
    "id": "<string>",
    "label": "<string>"
  }
]

Response

200 - application/json

Successful response - List of available call dispositions

The response is of type object[].