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": {}, "flow": { "id": "<string>", "tag": "<string>" }, "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