Skip to main content
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

If the report is not available, the response will be 404 with the error message “Report not available. Please try again later.”

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

Authorization
string
header
required

API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.

Query Parameters

request_id
string
required

Unique request ID received from the initiate endpoint

Response

Report retrieved successfully (completed)

status
enum<string>
required

Overall status of the API

Available options:
success,
error
code
integer
required

HTTP status code

Example:

400

message
string
required

Description of the response or error

Example:

"Invalid request parameters"

credits_used
integer
required

Represents the total number of credits used in this request.

Example:

3

credits_left
integer
required

Represents the remaining credits available for use.

Example:

4040

data
object