GET {{baseUrl}}/contact_center/regions/:regionId
Get information about a region. Scopes: Rate Limit Label: contact_center_region:read:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"region_id": "<string>",
"region_name": "<string>",
"sip_zone_id": "<string>",
"sip_zone_name": "<string>",
"is_main_region": "<boolean>"
} |
ENDPOINTS