Download OpenAPI specification:Download
Welcome to the SMS gateway API reference.
The SMS Gateway API is a REST based API, and it uses resource-oriented URLs, and common HTTP response codes to indicate API errors. All requests are authenticated using an x-api-key header.
Send SMS
Parameters to send a message
| body required | string The body of the SMS |
| from required | string The from SMS number |
| to required | string The to SMS number |
| applicationId | string The application Id used for verification |
| statusCallback | string Location to send SMS status updates |
{- "body": "This is the SMS body",
- "from": "+11111111111",
- "to": "+11111111111",
- "applicationId": "Application1",
}{- "body": "This is the SMS body",
- "from": "+11111111111",
- "to": "+11111111111",
- "sid": "573j1dlo7grlk430icc9hnio7bpt0f1qif94hmg0",
- "status": "sent"
}