Retrieving digital assets...
Core Endpoints
Retrieve full case details using a 16-character CNR number. Supports background processing via webhooks.
| Parameter | Type | Description |
|---|---|---|
| Authorization | Header | Bearer Token authentication. Required. |
{
"success": true,
"requestId": "uuid-123",
"message": "Request queued"
}const axios = require('axios');
const options = {
method: 'POST',
url: 'https://api.codingfrontend.in/cnr-search',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
},
data: {
"cnr": "KARC010037582023",
"webhook": true
}
};
axios.request(options).then((response) => {
console.log(response.data);
}).catch((error) => {
console.error(error);
});Performance Profile
STABLEExplore more enterprise-grade API services and automation tools from our ecosystem.