Fetch the status and result of the court record check using the transaction ID received during request creation.
ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
Transaction ID returned while creating the court/FIR record check request
Matching logic used for name comparison. Allowed values: EXACT_MATCH, EXACT_FUZZY, PARTIAL_EXACT, PARTIAL_FUZZY, NO_MATCH. Multiple values can be passed as a comma-separated string.
Matching logic used for father’s name comparison. Allowed values are the same as name_match_type. Multiple values can be passed as a comma-separated string.
Party type in the case. Allowed values: RESPONDENT, PETITIONER. Multiple values can be passed as a comma-separated string.
Category of court case. Allowed values: CIVIL, CRIMINAL. Multiple values can be passed as a comma-separated string.
Current status of the case. Allowed values: PENDING, DISPOSED. Multiple values can be passed as a comma-separated string.
Whether state-level matching is applied. Allowed values: true or false.
Whether district-level matching is applied. Allowed values: true or false.
Jurisdiction coverage for search. Allowed values: NEAREST_DISTRICTS, STATE, DISTRICT, PAN_INDIA. Multiple values can be passed as a comma-separated string.
Risk levels returned by algorithm. Allowed values: VERY_HIGH_RISK, HIGH_RISK, MEDIUM_RISK, LOW_RISK, VERY_LOW_RISK. Multiple values can be passed as a comma-separated string.
Court record check completed successfully