api.credittrust.in
Enterprise API Access Console
UAT + Production Gateway
Manage international API clients with IP whitelist, credits, audit logs, and normalized bureau response.
Clients
2
2 live, 1 onboarding
Live Credits
1,840
available balance
Requests Today
428
98.7% success
Avg Latency
812 ms
production bureau
Request Pipeline
Auth
API key, environment, and client status checked
Network
Static IP whitelist and rate policy verified
Credits
Per-hit credit balance reserved before vendor call
Normalize
Raw Jaadugar/CIBIL JSON converted to CreditTrust format
Enterprise Clients
UAT and production access are separated per client.
| Client | Environment | APIs | Credits | Whitelisted IPs | Success | Action |
|---|---|---|---|---|---|---|
Ketav Global Finance UAE | Production | Bureau StandardBureau Advanced | UAT 240Live 1840 | 103.82.44.18, 185.64.112.90 | 98.7% | |
Northstar Capital Singapore | UAT | Bureau Advanced | UAT 85Live 0 | 152.58.91.10 | 96.2% | |
Atlas Credit Labs UK | Review | Mobile Prefill | UAT 25Live 0 | Pending | - |
Request Logs
Every hit stores environment, IP, credit, vendor request id, and response timing.
| Request ID | Client | Env | API | Status | Latency | Charge |
|---|---|---|---|---|---|---|
| ct_req_20260704_9121 | Ketav Global Finance | Production | Bureau Advanced | Success | 812 ms | 1 credit |
| ct_req_20260704_9120 | Ketav Global Finance | Production | Bureau Standard | Success | 684 ms | 1 credit |
| ct_req_20260704_9118 | Northstar Capital | UAT | Bureau Advanced | Failed | 431 ms | 0 credit |
| ct_req_20260704_9114 | Ketav Global Finance | Production | Mobile Prefill | Success | 390 ms | 1 credit |
Environment Keys
Separate secrets for UAT and production.
UAT
Activectuat_x9f4••••••••••••
Production
Activectlive_81aa••••••••••
Normalized Response
Raw vendor JSON remains internal. Clients receive CreditTrust stable schema.
{
"success": true,
"request_id": "ct_req_20260704_9121",
"environment": "production",
"data": {
"score": 742,
"status": "hit",
"customer": {
"name": "SHUBHAM SONI",
"pan": "EID****4M",
"mobile": "******6989"
},
"bureau": {
"provider": "CIBIL",
"report_id": "ct_rpt_81f4",
"pulled_at": "2026-07-04T10:30:00Z"
},
"summary": {
"active_accounts": 4,
"closed_accounts": 8,
"total_outstanding": 125000,
"overdue_amount": 0,
"enquiries_30_days": 2
},
"risk": {
"band": "low",
"remarks": "Good repayment behavior"
}
}
}