cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/identity-verifications/{sid}/state-history \ --header 'Authorization: Bearer <token>'
{ "logs": [ { "created_at": "<string>", "id": 123, "new_state": "<string>" } ], "session_id": "<string>" }
Get the state change history for a specific KYC session
API Key for accessing management endpoints
User ID
Session ID
OK
Show child attributes