ANT
  • Introduction
    • Authentication
    • Number
    • Errors
    • Rate Limits
  • ANT API
    • Balance
      • Retrieve balance
    • Sms
      • Marketing SMS
        • Send Marketing SMS
        • Send Bulk Marketing SMS
        • Scheduled Marketing SMS
        • Marketing SMS CallBack
      • 🔥OTP SMS
        • Send OTP SMS
        • OTP SMS CallBack
        • ⭐OTP Backfill Interface
      • Notification SMS
        • Send Notification SMS
        • Send Bulk Notification SMS
        • Scheduled Notification SMS
        • Notification SMS CallBack
    • Voip
      • IVR
        • IVR File Upload
        • IVR Task
        • IVR Callback
      • Call
        • Call the phone
        • Call record callback
    • Phone Number Validation
      • HLR Sever
      • Check Number Status
  • Webhooks
    • Test Webhooks
  • Demo
    • Java Demo
Powered by GitBook
On this page
  1. ANT API
  2. Voip
  3. Call

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)

Request Example:

{
    "authSecret": "xxxxxxxxxxxxxxxxxxxxxxxx",
    "extNumber":"85xxxxxx7",
    "destNumber": "0020112xxxx336"
}

Response Example:

{
    "msg": "SUCCESS",
    "code": 200
}

Response parameter description:

Filed
Type
Filed

msg

String

response result information

code

String

response status code

PreviousCallNextCall record callback

Last updated 11 days ago

authSecret