The same TransUnion CIBIL enquiry as the CIBIL Credit Report API, returning the CIBIL score and a download URL for the official credit re…
CIBIL Credit Report PDF
POST
CIBIL Credit Report PDF API — The same TransUnion CIBIL enquiry as the CIBIL Credit Report API, returning the CIBIL score and a download URL for the official credit report as a PDF. The URL is served by Way2API, is tied to the order_id of the enquiry that produced it and carries its own signature, so it opens straight in a browser, an e-mail or your own app and needs no API key. Add ?download=1 to force a file download instead of opening it inline. Treat the link itself as the credential: anyone holding it can read the report, so share it only with the person it belongs to. The download is free — the enquiry is what is charged — and the link stays valid for 7 days after the enquiry, after which the stored copy is deleted. Requires the individual's explicit consent. Ideal for loan files, credit committee packs, customer copies and audit retention. Use the CIBIL Credit Report API instead when you need to read the report programmatically.
{
"success": false,
"message": "No credit records were found for the details provided.",
"data": {
"order_id": "W2A1739512345abcdef01",
"error_code": "no_record"
}
}
Common Response Codes
Code
Meaning
200
OK — Request successful
400
Bad Request — Missing or invalid parameters
401
Unauthorized — Invalid or missing API key
429
Too Many Requests — Rate limit exceeded
500
Server Error — Try again later
Ready to integrate?
Create an account to get your API key. No credit card required.