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. Introduction

Number

There is only one correct format for sending numbers

00918xxxxx424

00+ countryCode+phone

Error example

918xxxxx424

00+918xxxxx424

+918xxxxx424

+00918xxxxx424

If you use the wrong number, you will get the following result

Response

{
    "msg": "phone number error!",
    "code": -26
}
{
	"msg": "SUCCESS",
	"code": 200,
	"result": [
		{
			"number": "62xxxxxx424",
			"code": -1,
			"result": "unsupported country!"
		}
	]
}
PreviousAuthenticationNextErrors

Last updated 12 days ago