---
title: "List verifications"
method: GET
path: "/verifications"
tags: ["Verifications"]
---

# List verifications

`GET /verifications`

## Query parameters

- `page` integer
- `per_page` integer
- `search` string
- `query` string
- `date_begin` string, date
- `date_end` string, date
- `order` string
- `sort` 'asc' | 'desc'

## Response `200`

Paginated list of verifications

- PaginatedVerifications
  - `current_page` integer
  - `last_page` integer
  - `per_page` integer
  - `total` integer
  - `from` integer
  - `to` integer
  - `data` Verification[]
    - `id` integer
    - `self` string
    - `uuid` string
    - `type` 'INDIVIDUAL' | 'SELFEMPLOYEE' | 'LEGAL'
    - `status` 'CREATED' | 'PENDING' | 'VALIDATED' | 'REFUSED'
    - `refused_reason` string, nullable
    - `connections` Connections — Hypermedia links to related resources.

---

[API](https://skmtc.dev/truust-io/apis/truust-api.md) · [All operations](https://skmtc.dev/truust-io/apis/truust-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/truust-io/truust-api/revisions/cc81e28726b9/schema)
