Skip to main content
This section is the endpoint reference for Sling API v1. Use it when you need exact request fields, response fields, and endpoint URLs. For step-by-step workflows, use the v1 documentation and guides.

Postman collection

Try the API interactively with the Postman collection.

Base URL

https://app.sling.com.ng/api/v1

Authentication

Send your API token in the Authorization header:
HeaderValue
Acceptapplication/json
AuthorizationBearer {API_TOKEN}
Some v1 endpoints also support api_token as a query parameter for URL-based requests. Use the Authorization header for production integrations.

Response convention

Successful responses include status: "success". Failed requests include status: "fail" with a details message when available.