List Reverification
GET/public-api/v1/kyb/reverification
EndPoint Description : Returns a paginated list of all KYB reverification requests. It is used to track reverification progress and manage organizations undergoing additional verification.
Details :
- Supports filtering reverification requests by type, status, and frequency.
- Enables listing across different views such as All, One-Time, Recurring, Completed, and Pending.
- Results can be sorted and are returned in a paginated format.
- The operation is performed in the context of the authenticated organization.
Request
Responses
- 200
- 401
- 500
Reverification paged response successfully fetched.
Unauthorized – Invalid or missing token.
Internal Server Error