Speed dial 100
List speed dial 100.
Authorizations
Responses
200
OK
application/json
4XX
Error
get
/user/speed_dial_100GET /api/user/speed_dial_100 HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"code": "text",
"phone_number": "text",
"description": "text"
}
]
}Create new speed dial 100.
Authorizations
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_100POST /api/user/speed_dial_100 HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"code": "text",
"phone_number": "text",
"description": "text"
}{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}Retrieve details of speed dial 100 by it's ID.
Authorizations
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}GET /api/user/speed_dial_100/{id} HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"code": "text",
"phone_number": "text",
"description": "text"
}Update speed dial 100.
Authorizations
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}POST /api/user/speed_dial_100/{id} HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"code": "text",
"phone_number": "text",
"description": "text"
}No content