Skip to main content

Endpoint

GET https://app.sling.com.ng/api/v2/details

Headers

HeaderValue
Acceptapplication/json
AuthorizationBearer {API_TOKEN}

Response fields

status
string
"success" when the lookup completes.
name
string
Account holder name.
email
string
Account email address.
phone
string
Account phone number.
verified_phone
boolean
true when the account phone number has been verified.
country
string
Account country name.
currency
string
Account currency code, such as NGN.
balance
number
Current credit balance.

Example response

{
  "status": "success",
  "name": "Jane Doe",
  "email": "[email protected]",
  "phone": "2348012345678",
  "verified_phone": true,
  "country": "Nigeria",
  "currency": "NGN",
  "balance": 339
}