https://simcloud.co.za/api/balance.php
All requests require a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN
GET
Returns the authenticated account's current last known SIMcloud wallet balance.
GET https://simcloud.co.za/api/balance.php
{
"status": "success",
"user_id": 123,
"username": "4250521",
"name": "John Smith",
"balance": 5879.33,
"updated_at": "2026-04-16 17:00:00"
}
| Code | Description |
|---|---|
| 401 | Unauthorized (invalid or missing token) |
| 405 | Method not allowed |