Credit Report Experian PDF Code Examples

Business
POST /api/v1/credit-report-experian/fetch-report-pdf Bearer

Ready-to-run Credit Report Experian PDF calls. Replace YOUR_API_KEY with the key from your dashboard.

Credit Report Experian PDF — Code Samples

cURL
PHP
Fetch
jQuery
Axios
Python
curl -X POST https://app.way2api.com/api/v1/credit-report-experian/fetch-report-pdf \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name":"Ananya Sharma","mobile":"9876543210","pan":"ABCDE1234F","consent":"Y"}'

Expected Response — 200

{
    "status": "SUCCESS",
    "status_code": 200,
    "charged": true,
    "success": true,
    "message": "",
    "message_code": "OK",
    "order_id": "W2A1739512345abcdef01",
    "data": {
        "order_id": "W2A1739512345abcdef01",
        "result": {
            "name": "SHALINI RAJPUT",
            "mobile": "9812345670",
            "pan": "FGHIJ5678K",
            "credit_score": 761,
            "report_url": "https://way2api.com/api/v1/credit-report-experian/report/W2A1739512345abcdef01/3f1c9a7d54e0b28c6a4d19f7be03c5d281af6e94"
        }
    }
}