SMS API
Send SMS to a single number or millions, receive replies on your own short or long code, and verify users with one-time PINs, all over one REST API.
Quickstart
Send your first SMS in under five minutes.
Send an SMS
Single message, with delivery reports.
Bulk & personalized
Merge fields and many recipients per call.
Verify (2FA)
Send and check one-time PINs.
Base URL
https://api.pindo.io/v1
What you can do
| Capability | Endpoint |
|---|---|
| Send a single SMS | POST /v1/sms/ |
| Send bulk SMS | POST /v1/sms/bulk |
| List inbound messages | GET /v1/sms/inbounds |
| Generate a verify PIN | POST /v1/sms/verify |
| Check a verify PIN | POST /v1/sms/verify/check |