cURL
curl --request POST \ --url https://api.voxo.co/v2/admin/reporting/calls/call-journey \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "callId": "<string>" } '
{ "callJourney": [ { "type": "<string>", "data": "<string>", "timestamp": "<string>" } ] }
Get the step-by-step journey of a specific call
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Call ID to retrieve the journey for
Call journey steps
Show child attributes
Was this page helpful?