KYC

Endpoints related to KYC verification sessions

Create a KYC verification session

post

Creates a new verification session for the user if no active session exists.

Body
userIdstringRequired

User identifier for whom to create the verification session

Example: user_1234567890abcdef
Responses
post
/api/kyc/create-verification-session

Get KYC verification session

get

Fetches existing verification session and updates the verification status.

Query parameters
userIdstringRequired

User identifier to fetch session

Example: user_1234567890abcdef
Responses
200

Verification session found and updated

application/json
get
/api/kyc/get-verification-session