cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/rc-challan-details \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
200
200 - Challans Found
{ "code": 200, "timestamp": 1738007665809, "transaction_id": "9a893cf1287a434285793d8c5f0a5cf4", "sub_code": "SUCCESS", "message": "Challan details fetched successfully", "data": { "challan_details": { "challans": [], "blacklist": [], "successful_backends": [ "ECHALLAN", "KA" ], "failed_backends": [] } }}
Helps to get the challan related details of a vehicle by providing the Vehicle RC Number.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes