Retrieve KYX verification data.
GET/v1/parties/kyx/:arkVerificationId/verification
Retrieve detailed verification data for a completed KYX check.
Integration notes:
arkVerificationIdis the ARK KYX check identifier (UUID) returned byPOST /v1/parties/kyx.- The KYX check must be in a completed state to return verification data.
- Requires OAuth2 bearer token plus
clientidandbrandidheaders. - A service verification mapping must exist for the supplied
arkVerificationId.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- 503
Detailed verification data for the completed KYX check.
Schema validation error (GEN000000). Missing required "arkVerificationId" header (PAR000009). Ark Verification ID in header does not match Ark Verification ID in path (PAR000005).
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006) or Tenant context could not be resolved (AUT001001)
External application access denied (AUT003001) or Party not in required status (PAR003001)
Party not found (PAR004001) or No open binding for the verification (CRT004005) or KYX record not found (PAR004006)
Internal server error (GEN100000). Service error (GEN100001). An error occurred while communicating with the identity verification connector (PAR100013).
All connector targets are currently unhealthy (CRT103001)