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. SMS API

Balance

This endpoint allows you to check your sms balance.

GET https://app.sleengshort.com/api/sms/balance

Headers

Name
Type
Description

X-Api-Key*

String

Your API Key

{
    "status": "ok",
    "description": "Request processed successfully",
    "data": {
        "balance": "40367.70"
    }
}
PreviousStatusNextReporting

Last updated 1 year ago