Endpoint
Headers
| Header | Value |
|---|---|
Accept | application/json |
Authorization | Bearer {API_TOKEN} |
Response fields
"success" when the balance is retrieved.Current credit balance.
Account currency code, such as
NGN.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v2/balance - Retrieve the current credit balance and currency for your Sling account.
GET https://app.sling.com.ng/api/v2/balance
| Header | Value |
|---|---|
Accept | application/json |
Authorization | Bearer {API_TOKEN} |
"success" when the balance is retrieved.NGN.{
"status": "success",
"balance": 339,
"currency": "NGN"
}
