/b2b/user/kyc-share-token
Send share-token for KYC
Body
required
application/json
JSON Body
- Type: stringshare
_token requiredshare_token
- Type: integer enumkyc
_level Level of kyc
values- 1
- 2
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/b2b/user/kyc-share-token
curl https://sandbox-api.mrcr.io/v1.6/b2b/user/kyc-share-token \
--request POST \
--header 'Content-Type: application/json' \
--header 'B2B-Bearer-Token: YOUR_SECRET_TOKEN' \
--data '{
"share_token": "_act-75e78843-3207-4be6-asdb936-9842ae2a0c71",
"kyc_level": 1
}'
{
"status": 202,
"data": {
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..."
}
}OK