cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/identity-verifications \ --header 'Authorization: Bearer <token>'
{ "pagination": { "next": "<string>", "numPages": 123, "page": 123, "pageSize": 123, "previous": "<string>", "total": 123 }, "sessions": [ { "created_at": "<string>", "data": {}, "hostedUrl": "<string>", "id": "<string>", "state": "<string>", "updated_at": "<string>" } ] }
List all KYC sessions for the authenticated user
API Key for accessing management endpoints
User ID
Page number
Page size
x <= 100
OK
Show child attributes
URL of the next page (null if no next page)
Total number of pages
Current page number
Number of items per page
URL of the previous page (null if no previous page)
Total number of elements