For the complete documentation index, see llms.txt. This page is also available as Markdown.

Extensions

Manage your extensions.

Get extension number

get

Get details by extension number.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
extension_numberstring · min: 3 · max: 64Required

The extension number.

Pattern: [0-9]{3,64}
Responses
200

OK

application/json
idstringOptionalExample: NzAwNTUxOTA5NzczMTQ4MTYw
extension_numberstring · min: 3 · max: 64Optional

The extension number.

Pattern: [0-9]{3,64}
namestringOptional

The name of this Ext.

typestring · enumOptional

User agent client includes:

  • EXTENSION: type of extension type.
  • RING_GROUP: type of ring group.
  • CALL_QUEUE: type of call queue.
  • CONFERENCE_ROOM: type of conference room.
  • VIRTUAL_RECEPTIONIST: type of virtual receptionist.
Possible values:
get/extension_numbers/{extension_number}

Last updated

Was this helpful?