IBExWalletAPI
PrivacyComplete a KYC/B

KYC verification status

Return the KYC verification status for the authenticated user. The level field indicates the current verification level (e.g. 0 = not started, 1 = pending, 2 = verified).

GET
/v1.2/users/kyc/status

Authorization

AuthorizationRequiredBearer <token>

In: header

curl -X GET "https://passkeys-testnet.ibex.fi/v1.2/users/kyc/status" \
  -H "Authorization: Bearer <token>"

Default Response

{
  "externalUserId": "string",
  "kycLevel": "string",
  "status": "string",
  "verified": true
}