Endpoint
Headers
| Header | Value |
|---|---|
Accept | application/json |
Authorization | Bearer {API_TOKEN} |
URL parameters
API token alternative for URL-based requests.
Response fields
"success" when the balance is retrieved.Current credit balance as a numeric string.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/balance - Retrieve the current credit balance for your Sling account.
GET https://app.sling.com.ng/api/v1/balance
| Header | Value |
|---|---|
Accept | application/json |
Authorization | Bearer {API_TOKEN} |
"success" when the balance is retrieved.{
"status": "success",
"balance": "339"
}
