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

# Get verification

`GET /v0/verifications/{verification-id}`

Fetch the verification.

## Path parameters

- `verification-id` string, required

## Response `200`

OK

- object
  - `verification-profiles-url` union — Get claims used in this [verification](#tag/Verifications) for all associated [legal persons](/docs/terms/legal-person).
    - string
    - string
  - `verification-url` string, required — A link to the [verification](#tag/Verifications).
  - `verification-resources-url` string — A link to the resources of a [verification](#tag/Verifications).
  - `updated-at` string, date-time — ISO 8601 formatted date-time.
  - `legal-person-url` union, required — A contextual link to the [legal person](#tag/Legal-persons).
    - string
    - string
  - `workflow-url` string — A link to the [workflow](/docs/terms/workflow).
  - `created-at` string, date-time, required — ISO 8601 formatted date-time.
  - `verification-checks-url` string, required
  - `risk-rating` 'high-risk' | 'prohibited-risk' | 'medium-risk' | 'low-risk'
  - `verification-status` 'in-progress' | 'pending' | 'checks-declined' | 'checks-complete' | 'failed', required
  - `verification-risk-assessments-url` string

## Other responses

- `400` — Bad Request
- `401` — Requires an API key to continue
- `404` — Not Found

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/versions/178ed43d543b/schema)
