Status

Query call queue's status

get

Query call queue's status by it's unique ID.

Authorizations
Path parameters
idall ofrequired

The unique ID of call queue.

The unique ID of the resource.

Responses
curl -L \
  --url 'https://HOSTNAME:8887/api/call_queues/{id}/status' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "status": "ONLINE"
}

Was this helpful?