Call the phone
API to call the phone, You must log in to the phone first
URL
Request Method
POST
Content-Type
application/json
Request Body
Filed
Type
Required
Description
authSecret
String
Yes
API Key(AccessKey ID+ AccessKey Secret)
extNumber
String
Yes
Account
destNumber
String
Yes
Callee number (country code + number, e.g. 0020112xxxx336)
userCallId
String
No
Customize a unique id
Request Example:
{
"authSecret": "xxxxxxxxxxxxxxxxxxxxxxxx",
"extNumber":"85xxxxxx7",
"destNumber": "0020112xxxx336",
"userCallId": "1234567890"
}Response Example:
{
"msg": "SUCCESS",
"code": 200
}Response parameter description:
Filed
Description
msg
response result information
code
response status code
Last updated