cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/individual-users/{uid} \ --header 'Authorization: Bearer <token>'
{ "activity": { "id": 123, "name": "<string>", "slug": "<string>" }, "address": "<string>", "addressLine2": "<string>", "birthCountry": "<string>", "birthdate": "<string>", "city": "<string>", "country": "<string>", "documentNumber": "<string>", "documentType": "<string>", "email": "<string>", "employmentStatus": "<string>", "estimatedAnnualIncome": 123, "estimatedAnnualTransactionVolume": 123, "estimatedNetWorth": 123, "gender": "<string>", "hasPepCloseAssociate": true, "id": "<string>", "isPublicOffice": true, "name": "<string>", "nationality": "<string>", "pepAssociateCountry": "<string>", "pepAssociateName": "<string>", "pepAssociatePosition": "<string>", "phoneNumber": "<string>", "phoneNumberCountry": "<string>", "postalCode": "<string>", "professionalSector": "<string>", "province": "<string>", "publicOfficeCountry": "<string>", "publicOfficePosition": "<string>", "sourceOfFunds": "<string>", "surname": "<string>", "termsAndConditionsAccepted": true }
Get details of a specific individual user
API Key for accessing management endpoints
Language preference (es for Spanish, default: English)
User ID
OK
Show child attributes