Single SMS
Send message to a single phone number
Send message to a single recipient using the default or dedicated gateway number.
The default gateway number doesn't deliver messages to black listed number, however a dedicated gateway number can be purchased to overcome this limitation.
SMS Single
POST
https://api.bitel.rest/api/v2/sms/single
Request Body
Name
Type
Description
gatewayNumber
string
Gateway number from which the SMS will be sent
message
string
Message ex. "Hi there"
phoneNumber
string
User phone number ex. 0912xxxxxxx
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
InvalidGateway
Gateway number is invalid, or the client doesn't have access to it
Last updated