Status

Query provider status

get

Get status of provider by it's unique ID.

Authorizations
Path parameters
idall ofrequired

The unique ID of trunk.

The unique ID of the resource.

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

Was this helpful?