Get KYC Profile
GET/api/accounts/:accountId/kyc-profile
Get a KYC profile by account id if it exists.
Request
Responses
- 200
- 403
Subject is not allowed to perform the action with the reason stated in the errorCode
FORBIDDEN Account does not exist or there are no sufficient permissions to view KYC profile for this account.
KYC_PROFILE_DOES_NOT_EXIST KYC profile does not exist for this account. It gets created upon initiating the first KYC check.
LIVENESS_MISMATCH Resource liveness does not match request liveness.