Skip to main content
POST
/
v2
/
kyc-link
Generate a KYC link
curl --request POST \
  --url https://production.hifibridge.com/v2/kyc-link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "userType": "INDIVIDUAL",
  "rails": [
    "USD"
  ],
  "redirectUrl": "<string>",
  "recipientEmail": "<string>",
  "templateId": "<string>"
}'
{
  "kycLinkUrl": "http://dashboard.hifibridge.com/production/kyc-link?sessionToken=768fb84ad65284cb5fffda212f5e779829318acwdab5a36efbf83c4f44369c73"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

Success

KYC link to be shared with the user

I