Feel free to reach techsupport@surepass.io for any technical support or guidance.
Authorization
header as Bearer TOKEN
.https://sandbox.surepass.io
https://kyc-api.surepass.io
Header | Required | Description |
---|---|---|
Authorization | Yes | Bearer token for authentication (JWT format) |
Content-Type | Yes | Must be set to application/json |
Parameter | Type | Required | Description |
---|---|---|---|
cnr_number | String | Yes | The CNR (Case Number Record) number of the court case to search for |
{
"cnr_number": "CHCH010050522023"
}
Parameter | Type | Description |
---|---|---|
data | Object | Contains the response data |
data.client_id | String | Unique identifier for the client request |
data.cnr_number | String | The CNR number that was searched |
data.cnr_details | Object | Comprehensive details about the case |
status_code | Integer | HTTP status code of the response |
success | Boolean | Indicates if the request was successful |
message | String | Response message |
message_code | String | Code indicating the response status |
Field | Type | Description |
---|---|---|
case_details | Object | Basic case information including type, filing and registration details |
case_status | Object | Current status of the case including hearing dates and stage |
petitioner_and_advocate_details | Object | Information about the petitioner and their advocate |
respondent_and_advocate_details | Array | List of respondents in the case |
act_details | Array | Legal acts and sections under which the case is filed |
subordinate_court_information_details | Object | Information about lower court proceedings if applicable |
case_history_details | Array | Historical record of case hearings and proceedings |
interim_orders_details | Array | Details of any interim orders issued |
final_orders_and_judgements_details | Array | Details of final judgments if available |
case_transfer_and_establishment_details | Array | Information about case transfers between courts |
process_details | Array | Details about various processes in the case lifecycle |
{
"data": {
"client_id": "ecourt_cnr_search_hRguiuMgammwvWcqpuom",
"cnr_number": "CHCH0100123456789",
"cnr_details": {
"case_details": {
"case_type": "CRA",
"filing_number": "192/2000",
"filing_date": "2000-00-06",
"registration_number": "3000/2000",
"registration_date": "2000-00-07"
},
"case_status": {
"first_hearing_date": "2000-00-07",
"next_hearing_date": "2000-11-02",
"case_stage": "Defence evidence ",
"court_number_and_judge": "District Judge",
"decision_date": null,
"nature_of_disposal": ""
},
"petitioner_and_advocate_details": {
"petitioner": "K AGGARWAL",
"advocate": "V Jain"
},
"respondent_and_advocate_details": [
"INCOME OFFICER",
"UNION TERRITORY",
"CORPORATION ITD",
"N AGGARWAL",
"P AGGARWAL",
"P SINGH"
],
"act_details": [
{
"under_act": "Cr. P.C.",
"under_section": "374"
}
],
"subordinate_court_information_details": {
"case_number_and_year": "0001000 - 2019",
"case_decision_date": "2000-00-08"
},
"case_history_details": [
{
"judge": "District Judge",
"business_on_date": "2000-00-07",
"hearing_date": "2000-00-02",
"purpose_of_hearing": "Defence evidence"
}
],
"interim_orders_details": [
{
"order_number": "1",
"order_date": "2000-00-07"
}
],
"final_orders_and_judgements_details": [],
"case_transfer_and_establishment_details": [],
"process_details": [
{
"process_id": "PCHCH01000987654000_1_1",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_1_2",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_1_3",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_1_4",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_1_5",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_1_6",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_2_1",
"process_data": "2000-07-00",
"process_title": "Docket Calling."
}
]
}
},
"status_code": 200,
"success": true,
"message": "Success",
"message_code": "success"
}
{
"status_code": 400,
"success": false,
"message": "Invalid CNR number format",
"message_code": "invalid_cnr_format"
}
curl --location --request POST 'https://kyc-api.surepass.app/api/v1/ecourts/ecourt-cnr-search' \
--header 'Content-Type: application/json' \
--data-raw '{
"cnr_number": "CHCH010050522023"
}'
{
"data": {
"client_id": "ecourt_cnr_search_hRguiuMgammwvWcqpuom",
"cnr_number": "CHCH0100123456789",
"cnr_details": {
"case_details": {
"case_type": "CRA",
"filing_number": "192/2000",
"filing_date": "2000-00-06",
"registration_number": "3000/2000",
"registration_date": "2000-00-07"
},
"case_status": {
"first_hearing_date": "2000-00-07",
"next_hearing_date": "2000-11-02",
"case_stage": "Defence evidence ",
"court_number_and_judge": "District Judge",
"decision_date": null,
"nature_of_disposal": ""
},
"petitioner_and_advocate_details": {
"petitioner": "K AGGARWAL",
"advocate": "V Jain"
},
"respondent_and_advocate_details": [
"INCOME OFFICER",
"UNION TERRITORY",
"CORPORATION ITD",
"N AGGARWAL",
"P AGGARWAL",
"P SINGH"
],
"act_details": [
{
"under_act": "Cr. P.C.",
"under_section": "374"
}
],
"subordinate_court_information_details": {
"case_number_and_year": "0001000 - 2019",
"case_decision_date": "2000-00-08"
},
"case_history_details": [
{
"judge": "District Judge",
"business_on_date": "2000-00-07",
"hearing_date": "2000-00-02",
"purpose_of_hearing": "Defence evidence"
}
],
"interim_orders_details": [
{
"order_number": "1",
"order_date": "2000-00-07"
}
],
"final_orders_and_judgements_details": [],
"case_transfer_and_establishment_details": [],
"process_details": [
{
"process_id": "PCHCH01000987654000_1_1",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_1_2",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_1_3",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_1_4",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_1_5",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_1_6",
"process_data": "2000-07-00",
"process_title": "Notice to Respondent."
},
{
"process_id": "PCHCH01000987654000_2_1",
"process_data": "2000-07-00",
"process_title": "Docket Calling."
}
]
}
},
"status_code": 200,
"success": true,
"message": "Success",
"message_code": "success"
}