v1

latestOpenAPI 3.0.02026-07-242830146.7 KB
User

Create shared sumsub token

post/v1/sumsub/shared-token

Request body

partnerUserIdstring

The customers unique ID in your system

clientIdstring

Your identifier in the SumSub system

Example request

{
  "partnerUserId": "PartnerUserID",
  "clientId": "SumsubClient"
}

Response

OK

tokenstring

Shared access token that can be used to import KYC data of an approved applicant from SumSub

clientIdstring

Your identifier in the SumSub system

expiresAtstring

Date and time when the shared access token expires

Example response

{
  "token": "_act-b8ebfb63-5f24-4b89-9c08-5bbabeec986e",
  "clientId": "SumsubClient",
  "expiresAt": "2021-06-09T10:08:57+0000"
}
All 28 operations