For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Send2 SMS API
    • Introduction
    • GETCheck SMS Balance
    • POSTSend SMS
    • GETCheck SMS Delivery Report

Check SMS Delivery Report

||View as Markdown|
GET
https://sms.send-2.com/v1/message/:id
GET
/v1/message/:id
$curl https://sms.send-2.com/v1/message/id \
> -H "Authorization: Bearer <token>"
1{
2 "success": true,
3 "message": "Fetched",
4 "data": {
5 "status": "Sent",
6 "dlr": "Delivered To Terminal",
7 "units": 1
8 }
9}
Was this page helpful?
Previous

Send SMS

Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
The SMS message ID returned when sending

Response

OK
successboolean
messagestring
dataobject

Errors

406
Not Acceptable Error