Send SMS
Endpoints
1. Send-SMS
Endpoint
POST /api/sms/send
Description
This endpoint retrieves all SMS configurations associated with a specific client.
Headers
Key | Value |
---|---|
Content-Type | application/json |
secretKey | Your secret key |
Request Body
{
"message": "Hello, this is a test message!",
"toPhoneNumber": "0123456789"
}
Response
Success Response
{
"status": 200,
"message": "SMS sent successfully"
}