credit.score.readcurl --location --request GET 'https://api.opensylo.com/marketplace/data/merchant/merchant_uuid/credit-score' \
--header 'Authorization: Bearer <token>'{
"totalScore": 78,
"riskTier": "B",
"maxLendingCap": 930000,
"eligiblePercentage": 30,
"scoreBreakdown": {
"salesPerformance": 28,
"revenueConsistency": 13,
"fulfillmentOps": 14,
"payoutCashFlow": 15,
"stabilityTenure": 8,
"riskBehavior": 0
},
"lendingImplication": "Standard cap",
"calculatedAt": "2026-01-29T08:15:30.000Z",
"riskFlags": [],
"recommendations": "Good credit profile. Standard lending terms apply."
}