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