Credit Insights

Get Credit Insights

GET
Get credit insights overview

Path parameters

consumer_external_idstringRequired

Response

This endpoint returns an object
credit_score_card
object
credit_score_history
list of objects
GET
1curl /v2/credit-insights/consumer_external_id/summary/ \
2 -H "Authorization: Bearer <token>"
200
Retrieved
1{
2 "credit_score_card": {
3 "report_date": "2024-01-15T09:30:00Z",
4 "score": 1,
5 "change": 1,
6 "credit_usage": 1,
7 "total_tradelines": 1,
8 "payment_history": 1,
9 "credit_inquiries": 1,
10 "credit_age": 1,
11 "debt_collection_count": 1,
12 "late_payment_percentage": 1,
13 "total_public_records": 1,
14 "total_open_revolving_accounts": 1,
15 "total_open_collection_accounts": 1,
16 "total_bankruptcies": 1
17 },
18 "credit_score_history": [
19 {
20 "score": 1,
21 "month": "month"
22 }
23 ]
24}