Developer Center

Detailed SMS Report

With this API command, "Viewing Detailed SMS Report" process is provided.
METHOD POST
URL < API URL >report
Content-Type application/json

Parameters
Name Mandatory Description
user_token Yes The "User Token" information you obtained.
report_id Yes The "Report ID" information you obtained.

Sample Request

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

Sample Output

{
    "waiting": {
        "data": [],
        "count": 0
    },
    "conducted": {
        "data": [
            447517663928,
            12126712234
        ],
        "count": 2
    },
    "erroneous": {
        "data": [],
        "count": 0
    },
    "status": "successful"
}
 
Single or Bulk SMS Sending Current Balance Information

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top