---
title: "Get verification"
method: GET
path: "/verifications/{uuid}"
tags: ["Verifications"]
---

# Get verification

`GET /verifications/{uuid}`

## Path parameters

- `uuid` string, required

## Response `200`

Verification details

- 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.

## Other responses

- `404` — Resource not found

---

[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)
