GET/Submission
GET/Submission/applicantId
Use this API to retrieve unique identifiers (submission_id
) and email addresses of duplicated KYC submissions. Duplications are determined by matching name, date of birth, nationality, gender, and facial data.
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 theGET/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
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
Field Name | Description | Data Type |
---|---|---|
submission_id | Unique identifier of the duplicate submission | String |
email | Email address linked to the duplicate submission | String |
This API allows you to efficiently monitor and manage duplicated KYC submissions.
Was this page helpful?