Logo
Zoom Public API Documentation

Get common area details

GET {{baseUrl}}/phone/common_areas/:commonAreaId

Use this API to get detailed information on the common area.

Note: For use by customers who opted for Common Area Optimization

Prerequisites:
* Pro or a higher account with Zoom Phone license * Account owner or admin permissions

Scopes: phone:read:admin
Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "area_code": "408", "calling_plans": [ { "name": "US/CA Metered Calling Plan", "type": 100 }, { "name": "US/CA Metered Calling Plan", "type": 100 } ], "cost_center": "pbx_cost_center", "country": { "code": "US", "country_code": "1", "name": "United States" }, "department": "department_pbx", "display_name": "test_ca", "emergency_address": { "address_line1": "55 Almaden Blvd", "address_line2": "6th floor", "city": "San Jose", "country": "US", "id": "gBGwqgwoTb-DiSCA75tMWw", "state_code": "CA", "status": 1, "zip": "95113" }, "id": "SHzioi3ZR9SXv-XkLbmYCg", "outbound_caller_ids": [ { "is_default": true, "name": "Direct Number", "number": "+12055437350" }, { "is_default": true, "name": "Direct Number", "number": "+12055437350" } ], "phone_numbers": [ { "display_name": "office phone", "id": "TqH98ec8RVCu6Z00aBv9ow", "number": "+12055437350", "source": "internal" }, { "display_name": "office phone", "id": "TqH98ec8RVCu6Z00aBv9ow", "number": "+12055437350", "source": "internal" } ], "site": { "id": "SQv52YtkRLC2dwrDdYtGsA", "name": "Main site" }, "status": "offline" }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/common_areas/:commonAreaId' -H 'Accept: application/json'

ENDPOINTS