Sleengshort API Documentation
  • SMS API
    • Introduction
    • Send SMS
    • Send SMS (Multiple)
    • Send SMS (Multiple V2)
    • Status
    • Balance
    • Reporting
    • Error Codes
  • AIRTIME API
    • Introduction
    • Request Airtime
    • Status
Powered by GitBook
On this page
  1. AIRTIME API

Status

This endpoint allows you to check your transaction status.

PreviousRequest Airtime

Last updated 1 year ago

Status Request

GET https://app.sleengshort.com/api/airtime/{TXN_ID}

The endpoint allows you to check your request status just by passing your txn_id in the endpoint.

Sample: /b3d57923-6dfe-####-####-0ebf128389fe Make sure you add your API Key to your header:

--header 'X-Api-Key: APPKEY_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'

{
    "status": "ok",
    "description": "Request processed successfully",
    "data": {
        "status": "SUCCESS",
        "msisdn": "2349066290713",
        "amount": "10",
        "txn_ref": "16062933142400",
        "txn_id": "b3d57923-6dfe-4e33-bf7e-0ebf128389fe"
    }
}
https://app.sleengshort.com/api/airtime