Get debug call status
Returns debug outgoing call status info
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Info
Schema
- info string[]info about event 
- is_over booleantrue if the call has been over 
{
  "info": [
    "start outgoing call",
    "some info string 2",
    "some info string 3",
    "last info string"
  ],
  "is_over": true
}
{
  "info": [
    "start outgoing call",
    "some info string 2",
    "some info string 3",
    "last info string"
  ],
  "is_over": true
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...