Logo
Zoom Public API Documentation

Get a system status

GET {{baseUrl}}/contact_center/system_statuses/:statusId

Display information about a system status.

Scopes: contact_center_preference:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "status_id": "<string>", "status_name": "Not Ready", "status_type": "custom", "status_category": "agent_status", "enable": "<boolean>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/system_statuses/:statusId' -H 'Accept: application/json'

ENDPOINTS