SMS API
Send SMS
Request
Endpoint: /v1.0/sms/send
Method: POST
// Request Headers:
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
// Request Body: JSON object
{
"from": "UNECAST",
"to": "1234567890",
"message": "Hello, this is a test message from Unecast!"
}Response
Example Use Case
Sending an SMS to one or multiple destination numbers
Handling Responses
Best Practices
Check SMS Status
Request
Response
Tutorials
Sending Your First SMS
Last updated