---
title: "POST /v1/sumsub/shared-token"
method: POST
path: "/v1/sumsub/shared-token"
tags: ["User"]
---

# POST /v1/sumsub/shared-token

`POST /v1/sumsub/shared-token`

Create shared sumsub token

## Request body

- object
  - `partnerUserId` string — The customers unique ID in your system
  - `clientId` string — Your identifier in the SumSub system

## Response `200`

OK

- object
  - `token` string — Shared access token that can be used to import KYC data of an approved applicant from SumSub
  - `clientId` string — Your identifier in the SumSub system
  - `expiresAt` string — Date and time when the shared access token expires

## Other responses

- `401` — Partner not authorized
- `403` — Access denied
- `404` — User or BusinessAccountProduct not found
- `422` — Validation error
- `503` — Maintenance status

---

[API](https://skmtc.dev/payb/apis/widget.md) · [All operations](https://skmtc.dev/payb/apis/widget/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payb/widget/revisions/2c2cf39656c5/schema)
