Way2API® API documentation Sign in to grab your API key — or create a free account. Sign In Get Started

CIBIL Credit Report

Business
POST /api/v1/credit-report-cibil/fetch-report Bearer

CIBIL Credit Report API — Pull a full TransUnion CIBIL consumer credit report and CIBIL score for an individual from their PAN, mobile number, name and gender, with the individual's explicit consent. Returns the CIBIL score with its reason codes, the subject as the bureau holds them (names and date of birth, PAN and other IDs, phone numbers, e-mail addresses, addresses and employment), an account summary (total, overdue and zero-balance accounts, sanctioned amount, current and overdue balance), every loan and credit card trade line with its lender, limits, balance, overdue amount, EMI, interest rate, write-off and settlement status and month-by-month repayment history (DPD), and the enquiry history with an enquiry summary. Dates are returned as ISO YYYY-MM-DD, amounts as numbers (null where the bureau reported nothing), and every classification — account type, ownership, credit facility status, suit filed status, payment frequency, collateral, enquiry purpose, asset classification — as a stable published value such as credit_card or written_off rather than a raw bureau code, so both the shape and the values of this response are guaranteed not to move. Built for loan underwriting, credit card and BNPL approvals, credit risk assessment, portfolio monitoring and fintech onboarding. Need the bureau's formatted document instead? Use the CIBIL Credit Report PDF API.

Availability

🗺 Country-specific

India

What CIBIL Credit Report Is Used For

Loan underwriting

Decide personal, home, auto and business loan applications on the CIBIL score, repayment history and existing obligations.

Credit card and BNPL approvals

Set limits from current balances, credit utilisation and recent enquiries before issuing a card or a pay-later line.

Debt-to-income checks

Sum live EMIs and outstanding balances across every lender to measure an applicant's existing debt burden.

Portfolio monitoring

Re-check existing borrowers for new delinquencies, write-offs, settlements or a burst of fresh credit enquiries.

Quick Start

1. Copy your API key from Dashboard → API Keys
2. Send a POST request to /api/v1/credit-report-cibil/fetch-report
3. Pass the key as Authorization: Bearer <key>
4. Read the result from the data object in the JSON response

cURL

curl -X POST https://app.way2api.com/api/v1/credit-report-cibil/fetch-report \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name":"Ananya Sharma","mobile":"9876543210","pan":"ABCDE1234F","gender":"female","consent":"Y"}'
🚀 Send Request
✓ Key saved

🔑 Remember API Key

One-click convenience for testing & troubleshooting — no account needed.

1

What it doesSaves your API key in this browser only using localStorage. Next time you open a docs page, the Try It panel is pre-filled automatically.

2

Auto-updatesIf you type a different key into any Try It field, the saved key is replaced instantly — only the most recent key is ever stored.

3

Uncheck to forgetUnchecking “Remember API Key” immediately deletes the stored key and clears the field. While unchecked, nothing is saved even if you type a new key.

4

Re-check to save againChecking the box again saves whatever key is currently in the Try It field.

⚠ Security note: Your key is stored only in your browser and is never sent to any server except as part of the actual API call you send. Do not use this feature on shared or public computers.