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