GET/Submission
GET/Submission/userId
This API allows you to retrieve all submissions associated with a specific user_id
. It returns all KYC data submitted by the same user ID.
1. Endpoint
GET/Submission/userId
2. Authentication
Include the API key in the x-api-key header:
x-api-key
3. Request Parameters
The unique ID of the user whose submissions you want to retrieve.
4. Request Example
GET/Submission/userId
5. Response
5-1. Success Response
result.json
This API enables you to efficiently retrieve all KYC submission records linked to a specific user ID
Was this page helpful?