Exclusive numbers
Add a new exclusive number
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
numberstring · min: 1 · max: 64Optional
The telephone number.
enabledbooleanOptionalDefault:
Enable the exclusive number or not.
truedescriptionstring · max: 1024Optional
Exclusive number's description.
Responses
200
OK
application/json
idstringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw4XX
Error
post
/exclusive_numbersGet details of a exclusive number
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
application/json
idstringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwnumberstring · min: 1 · max: 64Optional
The telephone number.
created_atstring · date_timeOptionalExample:
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
2017-07-21T17:32:28ZenabledbooleanOptionalDefault:
Enable the exclusive number or not.
truedescriptionstring · max: 1024Optional
Exclusive number's description.
4XX
Error
get
/exclusive_numbers/{id}Update properties of a exclusive number.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwBody
numberstring · min: 1 · max: 64Optional
The telephone number.
enabledbooleanOptionalDefault:
Enable the exclusive number or not.
truedescriptionstring · max: 1024Optional
Exclusive number's description.
Responses
200
OK
No content
4XX
Error
post
/exclusive_numbers/{id}No content
Was this helpful?