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