Speed dial 100
Create new speed dial 100.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
codestring · min: 2 · max: 2Required
The speed dial 100 dialing code.
Available code range from 00 to 99.
phone_numberstringRequired
The phone number that you want to call.
descriptionstring · max: 1024Optional
The description of speed dial.
Responses
201
Created
application/json
4XX
Error
post
/user/speed_dial_100Retrieve details of speed dial 100 by it's ID.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of speed dial.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
application/json
4XX
Error
get
/user/speed_dial_100/{id}Update speed dial 100.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of speed dial.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwBody
codestring · min: 2 · max: 2Optional
The speed dial 100 dialing code.
Available code range from 00 to 99.
phone_numberstringOptional
The phone number that you want to call.
descriptionstring · max: 1024Optional
The description of speed dial.
Responses
200
OK
No content
4XX
Error
post
/user/speed_dial_100/{id}No content