Skip to main content
POST
Create Verification Token
Creates an identity verification access token for an individual account, so the account holder can complete ID document upload and a liveness check using the Sumsub WebSDK embedded in your application. For related persons on business accounts, use Generate KYC Link instead — it provides a hosted page and requires no SDK integration.

Example Request

Example Response

Using the token

Pass the token to the Sumsub WebSDK in your frontend. The SDK walks the user through document capture and liveness:
Tokens expire after 30 minutes. Use the SDK’s expiration handler to request a fresh token from this endpoint.
Poll Get Verification Status to confirm the result before submitting the application.

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Path Parameters

accountId
string<uuid>
required

Identifier of an account owned by the same user as your API key's business

Response

Verification token created successfully

success
boolean
Example:

true

message
string
Example:

"Verification token created successfully"

data
object