Fetch KYC Status
POST/v1/users/kyc-status
Get KYC verification status for a user by email. The response contains isKycVerified flag set to "true" if KYC is verified, and "false" if not verified.
Request
Responses
- 200
- 400
- 401
Returns KYC verification status. isKycVerified is "true" if KYC is complete, "false" otherwise.
Bad Request — invalid or missing email address.
Unauthorized — missing or expired Bearer token or API key.