Logo
Zoom Public API Documentation

Get a Zoom Room under Zoom Phone license

GET {{baseUrl}}/phone/rooms/:roomId

Use this API to retrieve a Zoom Room under the account that has the Zoom Phone license assigned.

Scopes: phone:read:admin

Rate Limit Label: Light

Prerequisites: * A Pro or higher account plan * A Zoom Phone license

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "calling_plans": [ { "name": "AU/NZ Metered", "type": 100 }, { "name": "AU/NZ Metered", "type": 100 } ], "emergency_address": { "address_line1": "122", "address_line2": "122", "city": "12", "country": "SG", "id": "fXEdhQmSQheGaNuLYbm8Wg", "state_code": "123", "zip": "50383" }, "extension_id": "_zQiBLNDQumOuA_tOnBIrw", "extension_number": 1233012, "id": "3JTPXDqTQCuzYJEwH6kN4g", "name": "test", "phone_numbers": [ { "id": "6fTPXDwT2CuzYrwwH6sN4g", "number": "12058945544" }, { "id": "6fTPXDwT2CuzYrwwH6sN4g", "number": "12058945544" } ], "policy": { "international_calling": { "enable": false, "locked_by": "site" }, "select_outbound_caller_id": { "enable": false, "locked_by": "account" } }, "site": { "id": "kLD4F3WBT-O9LYE31C0tRQ", "name": "API DZ SITE3" } }



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

ENDPOINTS