Skip to main content
Notes
  • applicant_id is generated by comparing five data points: name, date of birth, gender, nationality, and selfie.
  • If no duplicates exist, only a single approved submission will be returned.
  • Ensure the applicant_id is first obtained using the GET/submission API.
  • If there is no comparable data, a random applicant_id is generated.

1. Endpoint

GET/Submission/applicantId

2. Authentication

Include the API key in the x-api-key header:
x-api-key

3. Request Parameters

string
required
Unique identifier assigned to detect duplicate submissions (only for approved KYC submissions).

4. Request Example

GET/Submission/applicantId

5. Response

5-1. Success Response

result.json

5-2. Response Data

This API allows you to efficiently monitor and manage duplicated KYC submissions.