Resend Invite
PATCH/public-api/v1/kyc/invite/:id/resend
EndPoint Description : Resend an existing KYC invite to the individual. Used when the original invitation was not received or has expired.
Details :
- Resend the invite email for an existing invite ID.
- Ensures the invite is in a valid state for resending (e.g., not already accepted or deleted).
- Regenerates the invite notification while preserving the original invite data.
Request
Responses
- 200
- 401
- 500
KYC invite resend successfully
Unauthorized – Invalid or missing token.
Internal Server Error