---
title: "getIDVerificationOPS offer"
method: GET
path: "/ops/offers/{id}/id-verification"
tags: ["ops"]
---

# getIDVerificationOPS offer

`GET /ops/offers/{id}/id-verification`

Get an ID Verification of an offer for OPS

## Path parameters

- `id` string, regexp, required — Offer ID

## Response `200`

OK response.

- IDVerification
  - `created_at` string, date-time, required
  - `decision_id` string, regexp, required — Decision ID
  - `end_customer_id` string, regexp, required — EndCustomer ID
  - `finalized_at` string, date-time
  - `id` string, regexp, required — ID verification ID
  - `offer_id` string, regexp, required — Offer ID
  - `provenir_id` string, regexp, required — Provenir ID
  - `source` string, required — The ID verification source name, e.g. idenfy
  - `source_id` string, required — The ID verification ID on provider side
  - `status` string, required — The status of the ID verification flow
  - `updated_at` string, date-time, required
  - `url` string, required — The URL to the ID verification flow
  - `user_id` string, regexp, required — User ID

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `404` — NotFound: Not Found response.

---

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