Join over 150,000 businesses, including 8 of the 10 largest tech companies in the world
curl -X POST \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" -d '
{
"from": "12345",
"to": [
"123456789"
],
"body": "Hi there! How are you?"
}' \
"https://eu.sms.api.sinch.com/xms/v1/{service_plan_id}/batches"
​
Kelly Kaminskas
Digital and Retail President, FirstBank
For text messages that need to be delivered immediately, you need an SMS service with low latency. Two-factor authentication, banking, or ticketing applications are just some examples of messages where instant delivery is essential to the end user.
For every SMS or MMS sent with Sinch’s REST API, we receive information about the message delivery status from the message carriers. This information is then made available to you in our delivery reports for easy analysis and strategy adjustment.
Send a SMS in 5 minutes or less!