Skip to main content
GET
/
api
/
v1
/
account
/
individual-users
/
{uid}
/
kyc
Get KYC details
curl --request GET \
  --url https://sandbox-revo-api.raliopay.com/api/v1/account/individual-users/{uid}/kyc \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "<string>",
  "data": {},
  "id": 123,
  "shareholder_id": "<string>",
  "state": "<string>",
  "updated_at": "<string>",
  "user_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

Response

OK

created_at
string
data
object
id
integer
shareholder_id
string
state
string
updated_at
string
user_id
string