v1

latestOpenAPI 3.0.32026-07-2485236250.4 KB
KYC

Get KYC SDK token

Retrieves an SDK token for initializing the SumSub SDK. </br>

post/api/v1/user/verification-token

Response

OK

tokenstring required

Token used to initialize the SumSub SDK for facilitating the user KYC submission process.

Example response

{
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJLaXdpIjoiV293LCBkaWRuJ3QgdGhpbmsgc29tZW9uZSB3b3VsZCBhY3R1YWxseSBkZWNvZGUgdGhpcy4gUHJvcHMgZm9yIGN1cmlvc2l0eSBtYXRlIiwiaWF0IjoxNzQ0MDAzNjE5fQ.9dtAkgB2NCP5xnAF0xhfqazoL5UOBBw5xji0r-PzGEU"
}