cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/{aid} \ --header 'Authorization: Bearer <token>'
{ "alias": "<string>", "balance": 123, "currency": "<string>", "id": "<string>", "pendingIn": 123, "pendingOut": 123, "state": "<string>", "type": "<string>" }
Get details of a specific account
API Key for accessing management endpoints
Account ID
OK