GET
Get a Sumsub SDK token
When currentStep is KYC_SUMSUB (or KYB_SUMSUB), fetch a token and pass it to the Sumsub Web/Mobile SDK to run the check. Call this endpoint again to get a fresh token when the current one expires. After the user finishes in the SDK, keep polling GET /v1/applications; the application advances once Sumsub reports back. The endpoint only works when Sumsub is the active provider for the application.

Authorizations

Authorization
string
header
required

The user's id_token from authentication — the ID token, not the access_token. The program and environment (sandbox/prod) are read from the token.

Path Parameters

applicationId
string
required

The application id from create / get.

Response

A Sumsub SDK token

success
boolean
Example:

true

data
object