Logo
Zoom Public API Documentation

Get a Zoom Room under Zoom Phone license

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

Use this API to get a specific Zoom Room in an account that has the Zoom Phone license assigned.

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

Scopes: phone:read:admin

Granular Scopes: phone:read:room:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "calling_plans": [ { "name": "<string>", "type": "<integer>", "billing_account_id": "<string>", "billing_account_name": "<string>" }, { "name": "<string>", "type": "<integer>", "billing_account_id": "<string>", "billing_account_name": "<string>" } ], "emergency_address": { "address_line1": "<string>", "address_line2": "<string>", "city": "<string>", "country": "<string>", "id": "<string>", "state_code": "<string>", "zip": "<string>" }, "extension_id": "<string>", "extension_number": "<long>", "id": "<string>", "name": "<string>", "phone_numbers": [ { "id": "<string>", "number": "<string>" }, { "id": "<string>", "number": "<string>" } ], "policy": { "international_calling": { "enable": "<boolean>", "locked_by": "account" }, "select_outbound_caller_id": { "enable": "<boolean>", "locked_by": "invalid" } }, "site": { "id": "<string>", "name": "<string>" } }



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

ENDPOINTS