Skip to main content
POST
/
v2
/
admin
/
reporting
/
calls
/
call-journey
Call Journey
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
callId
string

Call ID to retrieve the journey for

Response

Call journey steps

callJourney
object[]
required