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 or phone:read

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "line_keys": [ { "alias": "Line1", "index": 1, "key_assignment": { "display_name": "Test 123", "extension_id": "TO586CYlQFC_WCUvPRXytA", "extension_number": "1000001004", "phone_number": "+12058945795", "retrieval_code": "*801", "speed_dial_number": "123456" }, "line_key_id": "BH9SHc4YTnWqQ9u0LC3kkg", "outbound_caller_id": "+18108001001", "type": "line" }, { "alias": "Line1", "index": 1, "key_assignment": { "display_name": "Test 123", "extension_id": "TO586CYlQFC_WCUvPRXytA", "extension_number": "1000001004", "phone_number": "+12058945795", "retrieval_code": "*801", "speed_dial_number": "123456" }, "line_key_id": "BH9SHc4YTnWqQ9u0LC3kkg", "outbound_caller_id": "+18108001001", "type": "line" } ] }



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

ENDPOINTS