API Manager

CIBIL Credit Score

Simulated Credit Score & Report Retrieval

Step 1: Initiate OTP
Step 2: Verify OTP
OTP for simulation:
Instant Report (Bypass OTP)
Sample Data
PAN NumberScenarioAction
ABCDE1234FGood Score
FGHIJ5678KLow Score
KLMNO9012PExcellent Score
NONEXISTENTNot Found
API Integration
// --- OTP Flow Endpoints ---
// 1. Initiate Verification & Send OTP
curl -X POST https://extapi.jacuji.com/cibil/initiate \
-H "Content-Type: application/json" \
-d '{ "panNumber": "ABCDE1234F" }'

// 2. Verify OTP & Fetch Report
curl -X POST https://extapi.jacuji.com/cibil/verify \
-H "Content-Type: application/json" \
-d '{
    "transactionId": "uuid-from-step-1",
    "otp": "123456"
}'

// --- Bypass Flow Endpoint ---
// 3. Get Report Instantly (No OTP)
curl -X POST https://extapi.jacuji.com/cibil/bypass \
-H "Content-Type: application/json" \
-d '{ "panNumber": "ABCDE1234F" }'
Recent API Activity: CIBIL Simulation
ID Method Endpoint Status Timestamp Action
Loading logs...