Was this helpful?
Get status of current tenant.
/tenant/status
curl -L \ --url 'https://HOSTNAME:8887/api/tenant/status' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "version": "text", "licensed_users": 1, "current_users": 1, "online_users": 1, "current_calls": 1, "current_queues": 1, "current_conference_rooms": 1, "current_ring_groups": 1, "current_ivrs": 1, "current_trunks": 1, "calls_in_24_hours": [ { "count": 1, "time": "2017-07-21T17:32:28Z" } ] }