sync sumsub customer verification data by shareToken
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"walletId": "string",
"shareToken": "string"
}
Request samples
curl --location --request POST '/wallet/sumsub-data-sync' \
--header 'Content-Type: application/json' \
--data-raw '{
"walletId": "string",
"shareToken": "string"
}'
Responses
application/json {
"success": true,
"applicantId": "string"
}
Modified at 2025-07-24 09:20:29