List all document validations
Last updated
Last updated
Here's the documentation for the List Document Validations API endpoint, formatted in a similar structure to the screenshots you provided:
GET - https://api.verifik.co/v2/document-validations
Retrieve a list of Document Validation records in Verifik’s system. This endpoint returns an array of document validation objects, each containing detailed information about the validation status, document attributes, and associated projects.
Include the necessary authentication headers for authorization and content-type, such as:
Name | Value |
---|---|
Here’s a table format for the query parameters used in this API call. This will clearly show what each populate
parameter does by converting ObjectId
references into the corresponding objects.
Parameter | Value | Description |
---|---|---|
On a successful request, you will receive a JSON array containing document validation objects. Each object includes details such as document type, status, associated project, and validation metadata.
Content-Type
application/json
Authorization
Bearer <token>
page
1
Specifies the page number for pagination, starting from 1.
perPage
20
Defines the number of items per page for pagination.
populates[]=project
project
Populates the project
field, providing the full project details such as branding, allowed countries, and status, instead of just an ObjectId.
populates[]=projectFlow
projectFlow
Populates the projectFlow
field, transforming the ObjectId into the full project flow object containing the flow setup and related details.
where_status=<status>
ONGOING
Where condition to filter by status where the options are specified here