TextPro Docs

Send SMS

Send single outbound SMS messages via the API.

POST /api/send/sms

Endpoint

POST /api/send/sms sends one message.

Request

POST
/api/send/sms
curl -X POST https://textpro.co.uk/api/send/sms \
  -H "X-API-KEY: tp_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{"to":"+447000000000","message":"Platform docs test"}'

Response

200
OK
{
  "success": true
}