This API is particularly useful for project administrators who need to manually review pending KYC submissions based on their project configuration. When the reviewer is set to ‘Client’ in project settings, ARGOS Agents will not review these pending submissions.
Only pending submissions can be reviewed using this API. Submissions that are already approved or rejected cannot be modified through this endpoint. Ensure that the admin email is registered in the dashboard with proper permissions for the project.
1. Endpoint
2. Authentication
Include the API key in the x-api-key header:
3. Request Body
The request parameters should be in URL query format. Below are the field descriptions for each parameter:
Admin account registered as an administrator in the project of the submission to be reviewed
Unique ID of the pending submission to be reviewed
Status value to be changed: approved or rejected
Comment explaining the review decision (optional). Required when status is rejected
Data fields to be updated
4. Request Example
5. Response
5-1. Success Response
5-2. Error Response
If an error occurs, a 400 status code is returned with details in the response body:
5-3. Error Codes