/account
Get Account Info
Retrieve detailed account information including wallet balance, account status, and creation date.
حدّ المعدل60 req / 60s per user
curl -s "https://shop2topup.com/api/endpoints/v1/account" \
-H "Authorization: Bearer YOUR_KEY_ID.YOUR_KEY_SECRET"{
"success": true,
"account": {
"id": 42,
"email": "[email protected]",
"username": "partner_store",
"client_type": "reseller",
"wallet": "1250.500000",
"enabled": true,
"verified": true,
"created_at": "2024-01-15T10:30:00Z"
}
}