Skip to main content
GET
/
v1
/
verification
/
rc-challan-details
Rc Challan Details
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/rc-challan-details \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": 1738007665809,
  "transaction_id": "9a893cf1287a434285793d8c5f0a5cf4",
  "sub_code": "SUCCESS",
  "message": "Challan details fetched successfully",
  "data": {
    "challan_details": {
      "challans": [
        {
          "number": 1,
          "challan_number": "25738882",
          "offense_details": "NO PARKING",
          "offense_details_list": [],
          "challan_place": "DIGITAB VIOLATION",
          "challan_date": "2018-07-04",
          "challan_date_time": "2018-07-04T16:07:00",
          "state": "KA",
          "rto": null,
          "upstream_code": "KA",
          "accused_name": "MOHAMMAD NIHAR",
          "amount": 100,
          "challan_status": "Not Paid",
          "court_challan": null,
          "court_name": ""
        },
        {
          "number": 2,
          "challan_number": "29999394",
          "offense_details": "PILLION RIDER - NOT WEARING HELMET",
          "offense_details_list": [],
          "challan_place": "DIGITAB VIOLATION",
          "challan_date": "2019-07-10",
          "challan_date_time": "2019-07-10T17:26:00",
          "state": "KA",
          "rto": null,
          "upstream_code": "KA",
          "accused_name": "MOHAMMAD NIHAR",
          "amount": 100,
          "challan_status": "Not Paid",
          "court_challan": null,
          "court_name": ""
        }
      ],
      "blacklist": [],
      "successful_backends": [
        "ECHALLAN",
        "KA"
      ],
      "failed_backends": []
    }
  }
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

rc_number
string
required

Response

Successful Response