OTP SMS
Send high priority SMS to black listed numbers
Using OTP API you can send high priority messages that are delivered to black listed numbers.
This api provides a default template for sending messages and only appName and code can be customized.
Template format:
The appName and the code is required and must be provided when calling the api.
Send OTP
POST
https://api.bitel.rest/api/v2/sms/otp
Request Body
PhoneNumber
string
The target phone number
AppName
string
The name of application, example: Bitel
Code
string
The code that is displayed in the message, example: 1234Ma
Sample Request
Sample Response
Getting SMS Status
In order to get the detail of a request, including the delivery status, price and more please refer to Sms Status API.
Error Codes
Code
Description
InvalidRequest
Submitted data is invalid or missing, most likely the phone number
Last updated