Airtime VTU, Share & Sell
Data Gifting, SME, Transfer, Corporate
Data PIN
Transaction
Webhooks
Account Data
get
/me
Get account information
Sample Response
{
"status": "ok",
"message": "Request successfully",
"data": {
"user": {
"id": 1,
"name": "Obi Jonathan",
"email": "obi-jonathan@gmail.com",
"email_verified_at": null,
"name_verified_at": null,
"phone_verified_at": null,
"dob": null,
"banned_until": null,
"phone": "08134679853",
"gender": "male",
"role": "admin",
"wallet_balance": 520,
"low_balance": 0,
"is_low_balance_notify": false,
"is_transaction_notify": true,
"is_live": true,
"last_activity": null,
"webhook_url": null,
"created_at": "2024-01-16T08:45:18.000000Z",
"updated_at": "2024-03-19T21:21:00.000000Z",
"wallet": {
"id": 1,
"balance": 520,
"commission": 0,
"instant": 0,
"spendable_balance": 520,
"balance_with_opening": 520
}
}
}
}