Send KYC Invitation To User
POST/public-api/v1/kyc/invite
EndPoint Description : Initiates the KYC onboarding flow by sending an invitation to an individual. The invite is created using the selected configuration and may include additional documents if required. Upon receiving the invite, the individual can begin completing KYC verification tasks.
Details :
- A secure onboarding link is generated and sent to the individual's email address.
- The operation is scoped to the authenticated organization.
Request
Responses
- 200
- 201
- 401
- 500
KYC invite added successfully
Unauthorized – Invalid or missing token.
Internal Server Error