v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Identity Document Verification

List Identity Document Verifications

Returns the list of all Identity Document Verifications within your organization. You can limit the number of items returned by using filters and pagination. Consult our guide for more details and examples.

get/verifications/identity_documents

Query parameters

afterstring

After cursor (pagination)

limitinteger

The limit of items count to retrieve.

statusobject

Filter by status.

Filter by status. Allowed operators: eq. Example: status[eq]=verified

workspace_idobject

Filter by workspace_id.

Filter by workspace_id. Allowed operators: eq. Example: workspace_id[eq]=9b6ed2f3-244f-487a-baa1-bbe4f51c8748

Response

OK

Example response

{
  "data": [
    {
      "id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
      "workspace_id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
      "created_at": "2024-01-18T22:59:00Z",
      "updated_at": "2024-01-18T22:59:00Z",
      "status": "verified",
      "status_codes": [
        "IDDV_1706",
        "IDDV_1707"
      ],
      "workflow_session_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
      "previous_attempt_id": "9412b83b-b4b9-4a94-97b5-2b43dfa4cde4",
      "applicant_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4"
    }
  ]
}