v1

latestOpenAPI 3.0.32026-07-2485236250.4 KB
Obsolete

Create use with SumSub sharing token

Creates a user with SumSub sharing token. </br>This method is deprecated and will be removed in the future.

get/api/v1/user/sharing-token

Query parameters

sumsub_client_idstring required

Identifier of the partner in SumSub system. This identifier is used to tell SumSub with which entity the information should be shared. Please consult SumSub docs on where to get this id.

Response

OK

tokenstring required

Token for the SumSub API to access the user KYC data submitted during the initial verification process.

Example response

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