Search Invites
GET/public-api/v1/kyc/invite
EndPoint Description : Returns a paginated list of all KYC invites along with their current status. It is used to monitor onboarding progress and manage pending or completed invites.
Details :
- Returns a list of user invites.
- Supports filtering using query parameters such as email, application name, user IDs, role IDs, and invite IDs.
- Results are scoped to the authenticated organization.
Request
Responses
- 200
- 401
- 500
Invites fetched successfully
Unauthorized – Invalid or missing token.
Internal Server Error