Skip to main content
POST
/
api
/
v1
/
user
/
share_kyb_link
Share KYB link
curl --request POST \
  --url https://api.hevn.finance/api/v1/user/share_kyb_link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{}

Authorizations

Authorization
string
header
default:Bearer <token>
required

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

Headers

x-api-key
string | null

Body

application/json

Request schema for sharing a KYB link via email.

email
string<email>
required

Response

Successful Response

The response is of type Response Share Kyb Link Api V1 User Share Kyb Link Post · object.