---
title: "Retrieve Link for Web Integration"
method: GET
path: "/api/v1/kyc/integration"
tags: ["KYC"]
---

# Retrieve Link for Web Integration

`GET /api/v1/kyc/integration`

Retrieve the specification to follow with the KYC integration.

## Query parameters

- `lang` string

## Response `200`

The KYC integration specification.

- object
  - `type` 'SUMSUB_WEB', required — The type of the KYC integration.
  - `url` string, url, required — The url that needs to be opened to follow through the SumSub KYC flow.

## Other responses

- `401` — Unauthorized Error
- `409` — The user has already been approved
- `500` — Internal server error.

---

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