cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/accounts \ --header 'Authorization: Bearer <token>'
[ { "alias": "<string>", "balance": 123, "currency": "<string>", "id": "<string>", "pendingIn": 123, "pendingOut": 123, "state": "<string>", "type": "<string>" } ]
Get a list of all accounts for the authenticated user
API Key for accessing management endpoints
User ID
OK