Send SMS Local
This API allows you to send SMS messages to a mobile phone number.
Send SMS
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"success": true,
"message": "Message sent",
"code": 0,
"data": null
}{
"success": false,
"message": "Error sending message",
"code": 0,
"data": null
}Last updated