Call the phone

API to call the phone, You must log in to the phone first

URL

https://api.antgst.com/call/account/v1/call

Request Method

POST

Content-Type

application/json

Request Body

Filed
Type
Type
Type

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
Type
Filed

msg

String

response result information

code

String

response status code

Last updated