After sending messages, it’s crucial to track results. With the API’s detailed reporting feature, you can check the delivery status for each number — whether it’s delivered, pending, or failed.
Method: POST
Header: Content-Type: application/json
URL: https://my.turbo.host/api/international-sms/report
|
Name |
Required |
Description |
|---|---|---|
|
user_token |
Yes |
Your API authentication token. |
|
report_id |
Yes |
The report ID received after sending SMS. |
{"user_token": "< User Token >","report_id": 12345}
{"waiting": {"data": [],"count": 0},"conducted": {"data": [447517663928,12126712234],"count": 2},"erroneous": {"data": [],"count": 0},"status": "successful"}
waiting: Messages still being processed.
conducted: Successfully delivered messages.
erroneous: Failed messages due to invalid numbers or network errors.