Get Crime Check Report
Crime Check
Get Crime Report
Retrieves the crime check verification report using the request ID
GET
Get Crime Check Report
Overview
Fetches the crime check verification report for a previously initiated request. This endpoint does not consume credits.Report Status
| Status | HTTP Code | Description |
|---|---|---|
| Completed | 200 | Report is ready with full details |
| In Progress | 202 | Report is still being processed, try again later |
| Failed | 400 | Verification failed or encountered an error |
Report Contents
When completed, the report includes:- Risk assessment (Low/Medium/High/Very High Risk)
- Number of criminal cases found
- Detailed case information for each case
- Downloadable PDF report link
- Verified subject details
Credits
This operation does NOT consume credits.Authorizations
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
Query Parameters
Unique request ID received from the initiate endpoint
Response
Report retrieved successfully (completed)
Overall status of the API
Available options:
success, error HTTP status code
Example:
400
Description of the response or error
Example:
"Invalid request parameters"
Represents the total number of credits used in this request.
Example:
3
Represents the remaining credits available for use.
Example:
4040

