Skip to main content
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:
x-api-key

3. Request Body

The request parameters should be in URL query format. Below are the field descriptions for each parameter:
string
required
Admin account registered as an administrator in the project of the submission to be reviewed
string
required
Unique ID of the pending submission to be reviewed
string
required
Status value to be changed: approved or rejected
string
required
Comment explaining the review decision (optional). Required when status is rejected
string
Data fields to be updated

4. Request Example

POST/Review

5. Response

5-1. Success Response

result.json

5-2. Error Response

If an error occurs, a 400 status code is returned with details in the response body:
error.json

5-3. Error Codes