v1
latestSwagger 2.02026-07-13151175.7 KBMessage
Send message by simple GET or POST
A really simple interface for people who require a GET mechanism to submit a single message.
The URI is interpreted as UTF-8. HTTP Basic Auth is used for authentication.
Note BulkSMS recommends that you use the more flexible Send Messages Operation when submitting SMS messages from your application.
Here is an example of a GET
GET /v1/messages/send?to=%2b270000000&body=Hello%20World
You can also use the same parameters to POST form encoded fields to /messages. Here is an example of a POST
POST /v1/messages
Content-Type: application/x-www-form-urlencoded
to=%2b27000000000&body=Hello+World
get/messages/send
Query parameters
tostring required
The phone number of the recipient.
bodystring required
The text you want to send.
deduplication-idinteger
Refer to the deduplication-id parameter.
Response
An array of messages