cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/identity-verifications/{sid}/checks \ --header 'Authorization: Bearer <token>'
{ "checks": [ { "created_at": "<string>", "data": {}, "id": 123, "refused_reasons": [ { "code": "<string>", "id": 123, "message": "<string>", "type": "<string>" } ], "state": "<string>", "type": "<string>", "updated_at": "<string>" } ], "session_id": "<string>" }
Get all checks for a specific KYC session, including refused reasons when applicable
API Key for accessing management endpoints
User ID
Session ID
OK
Show child attributes