Logo
Zoom Public API Documentation

Get line key position and settings information

GET {{baseUrl}}/phone/extension/:extensionId/line_keys

Use this API to get the Zoom Phone line key settings information.

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

Scopes: phone:read:admin,phone:read

Granular Scopes: phone:read:line_keys,phone:read:line_keys:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "line_keys": [ { "alias": "<string>", "index": "<integer>", "key_assignment": { "display_name": "<string>", "extension_id": "<string>", "extension_number": "<string>", "phone_number": "<string>", "retrieval_code": "<string>", "speed_dial_number": "<string>" }, "line_key_id": "<string>", "outbound_caller_id": "<string>", "type": "line" }, { "alias": "<string>", "index": "<integer>", "key_assignment": { "display_name": "<string>", "extension_id": "<string>", "extension_number": "<string>", "phone_number": "<string>", "retrieval_code": "<string>", "speed_dial_number": "<string>" }, "line_key_id": "<string>", "outbound_caller_id": "<string>", "type": "line" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/extension/:extensionId/line_keys' -H 'Accept: application/json'

ENDPOINTS