Easy and fast SMS integration. SMS API account comes with free reply number and test credits. Developers love our copy and paste code samples and top-notch support.
ENDPOINTS
STRUCTURED FROM SWAGGER 2.0
POST
/batch/any
Sends a collection of unique SMS messages. Batches may contain up to 5000 messages at a time.
POST
/batch/schedule
Schedules a batch of SMS messages to be sent at the date time you specify
POST
/batch/send
Send a single SMS message to multiple recipients. Batches may contain up to 5000 messages at a time.
GET
/batch/{batchid}
Retrieve all messages in a batch with the given batch ID
DELETE
/batches/schedule/{batchid}
Cancels a scheduled SMS message
GET
/credits/balance
Returns the number of credits currently available on the account
POST
/message/flash
Sends an SMS flash message, which appears on the recipients lock screen
POST
/message/schedule
Schedules an SMS message to be sent at the date-time you specify
POST
/message/send
Send an SMS Message
POST
/messages
Retrieve up to 1000 messages matching your search criteria
POST
/messages/failed
Get failed messages matching your search criteria
POST
/messages/inbox
Get unread uncoming messages matching your search criteria