List accounts
cURL
curl --request GET \ --url https://api.toffeepay.com/v1/accounts \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "currency": "USD", "balance": { "real": 1, "bonus": 1 }, "users": [ { "game_id": "<string>", "user_id": "<string>" } ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x <= 100
x >= 0
Success
USD
Show child attributes
All game users linked to this account