curl --request GET \
--url https://api.comm.com/api/v1/voice/agents/classifiers/call-outcome/definitions \
--header 'Authorization: Bearer <token>'
{
"definitions": [
"<any>"
]
}
curl --request GET \
--url https://api.comm.com/api/v1/voice/agents/classifiers/call-outcome/definitions \
--header 'Authorization: Bearer <token>'
{
"definitions": [
"<any>"
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type object
.