cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/business-users \ --header 'Authorization: Bearer <token>'
[ { "address": "<string>", "city": "<string>", "country": "<string>", "documentNumber": "<string>", "email": "<string>", "id": "<string>", "name": "<string>", "numShareholders": 123, "phone": "<string>" } ]
Get a list of all business users for the authenticated merchant
API Key for accessing management endpoints
OK