Skip to main content
GET
/
api
/
v1
/
account
/
users
/
{uid}
/
identity-verifications
/
{sessionId}
/
state-history
Get IDV session state change history
curl --request GET \
  --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/identity-verifications/{sessionId}/state-history \
  --header 'Authorization: Bearer <token>'
{
  "logs": [
    {
      "created_at": "<string>",
      "id": 123,
      "new_state": "<string>"
    }
  ],
  "session_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://doc.raliopay.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Path Parameters

uid
string
required

User ID

sessionId
string
required

Session ID

Response

OK

logs
object[]
session_id
string