Logo
Zoom Public API Documentation

Get a region

GET {{baseUrl}}/contact_center/regions/:regionId

Get information about a region.

Scopes: contact_center_region:read:admin

Rate Limit Label: 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>" }



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

ENDPOINTS