---
title: "Retrieve Access Token for Sumsub SDK Integration"
method: GET
path: "/api/v1/kyc/integration/sdk"
tags: ["KYC"]
---

# Retrieve Access Token for Sumsub SDK Integration

`GET /api/v1/kyc/integration/sdk`

Retrieve the specification to follow with the KYC integration.

## Query parameters

- `lang` string

## Response `200`

The KYC integration specification.

- object
  - `type` 'SUMSUB_SDK', required — The type of the KYC integration.
  - `token` string, required — The token that needs to be used to follow through the SumSub KYC flow.
  - `userId` string, required — The user ID.

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