the same Experian bureau enquiry as the JSON endpoint, returning the bureau score and a download URL for the report as a PDF.
Credit Report Experian PDF
POST
Credit Report Experian PDF API — the same Experian bureau enquiry as the JSON endpoint, returning the bureau score and a download URL for the 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 or any client and needs no API key. Treat the link itself as the credential: anyone holding it can read the report, so pass it on only to the person it belongs to. The download is free — the enquiry is what is charged. The link stops working 7 days after the enquiry, and the report itself is generated on demand and often becomes unretrievable sooner, so download promptly or run the enquiry again for a fresh copy. Requires the individual explicit consent. Use the JSON endpoint 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?
Start with free trial API calls. No credit card required.