X
X
Worldwide (English) USD 0

Welcome

Sign in

Knowledge Base

HomepageKnowledge BaseSMS ServiceHow to Get Detailed SMS Reports Usi...

How to Get Detailed SMS Reports Using the API

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.

 

Requirements:

  • Method: POST

  • Header: Content-Type: application/json

  • URL: https://my.turbo.host/api/international-sms/report

 

Request Parameters:

Name

Required

Description

user_token

Yes

Your API authentication token.

report_id

Yes

The report ID received after sending SMS.

Sample Request:

{
"user_token": "< User Token >",
"report_id": 12345
}

Sample Successful Response:

{
"waiting": {
"data": [],
"count": 0
},
"conducted": {
"data": [
447517663928,
12126712234
],
"count": 2
},
"erroneous": {
"data": [],
"count": 0
},
"status": "successful"
}

Field Explanation:
  • waiting: Messages still being processed.

  • conducted: Successfully delivered messages.

  • erroneous: Failed messages due to invalid numbers or network errors.

 

Can't find the information you are looking for?

Create a Support Ticket
Did you find it useful?
(300 times viewed / 0 people found it helpful)
Copyright © 2025 All Rights Reserved
Top