cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/personal-users/{uid} \ --header 'Authorization: Bearer <token>'
{ "activity": { "id": 123, "name": "<string>", "slug": "<string>" }, "address": "<string>", "birthdate": "<string>", "city": "<string>", "country": "<string>", "documentNumber": "<string>", "documentType": "<string>", "email": "<string>", "id": "<string>", "isPublicOffice": true, "name": "<string>", "surname": "<string>" }
Get details of a specific personal user
API Key for accessing management endpoints
Language preference (es for Spanish, default: English)
User ID
OK
Show child attributes