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

# Get verification resources

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

Yields details of the verification resources for this verification.

## Path parameters

- `verification-id` string, required

## Query parameters

- `page[size]` integer
- `page[after]` string, byte
- `page[before]` string, byte

## Response `200`

OK

- object
  - `verification-url` string, required — A link to the [verification](#tag/Verifications).
  - `legal-person-url` union, required — A contextual link to the [legal person](#tag/Legal-persons).
    - string
    - string
  - `organization-url` string, required — Link to the [organization](#tag/Organizations).
  - `verification-resources` object[], required
    - `verification-resource-type` 'idv-check', required
    - `verification-resource-id` string, required — Verification resource id
    - `idv-check-status` 'pending' | 'errored' | 'expired' | 'complete', required
    - `idv-check-url` string, required — Link to the online ID&V check for that legal person.
    - `idv-check-expires-at` string, date, required — ISO 8601 formatted date.
    - `display-name` string, required — A human readable label for an entity
    - `legal-person-url` union, required — A contextual link to the [legal person](#tag/Legal-persons).
      - string
      - string
  - `links` object, required
    - `prev` string, nullable, required
    - `next` string, nullable, required

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