Get Account Details / Balance
Returns the subscriber profile tied to the API key, including the current wallet balance.
- Header: Authorization: Token {API_KEY}
- Header alias: Token: Token YOUR_API_KEY
curl -X GET 'https://www.airtimewallet.com.ng.datamaxi.com.ng/api/user/' \
-H 'Authorization: Token YOUR_API_KEY'
// Response:
{
"status": "success",
"sFname": "John",
"sLname": "Doe",
"sEmail": "john@example.com",
"sPhone": "08012345678",
"sWallet": "5000.00",
"balance": "5000.00",
"wallet_balance": "5000.00"
}