Skip to main content
This API returns the processing status of each uploaded document along with an overall master_status for the flow. Use this endpoint to track progress after uploading documents via /multiupload.

Endpoint

GET /verification/status

Request headers

string
required
JWT access token used for authentication.

Query params

string
required
UUID of the verification flow.
string
required
Your external identifier associated with the flow (for example, application ID or customer ID).

Response

array
List of statuses for each uploaded file.
string
Unique identifier for the uploaded file.
string
Your provided document identifier.
string
Processing status of the file (e.g., UPLOAD_SUCCESS, PROCESSING_SUCCESS).
string
Overall status of the flow (e.g., IN_PROGRESS, SUCCESS, FAILED).

Example

Status values

Error responses

Error examples

Notes

Use this API to poll processing status if you are not using a callback mechanism.
Wait until master_status is SUCCESS before calling the extracts API.