Get Reverification Details
GET/public-api/v1/employees/reverification/:id
EndPoint Description : Provides detailed information for a specific reverification request. This includes assigned tasks, completion status, and any issues encountered during reverification.
Details :
- Retrieves the reverification request information based on the provided request ID.
- Returns complete details of the reverification request, including its current status and metadata.
- The operation is performed in the context of the authenticated organization.
Request
Responses
- 200
- 401
- 500
Unauthorized – Invalid or missing token.
Internal Server Error