latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

CTI

Retrieve a exclusive number

Get details of a exclusive number

get/exclusive_numbers/{id}

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the exclusive number.

Response

OK

idstring

The unique ID of the resource.

numberstring

The telephone number.

created_atstring date_time

The RFC 3339 format is defined by The date_time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

enabledboolean

Enable the exclusive number or not.

descriptionstring

Exclusive number's description.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
  "created_at": "2017-07-21T17:32:28Z"
}