Returns account details by its id
cURL
curl --request GET \ --url https://api.toffeepay.com/v1/accounts/{id} \ --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>
Success
USD
Show child attributes
All game users linked to this account