cURL
curl --request GET \ --url https://commerce.driv.ly/api/creditbands/{id}
{ "data": { "id": "<string>", "name": "<string>", "minimumCreditScore": 123, "maximumCreditScore": 123, "isUnknown": true, "isNS": true, "isPrime": true }, "success": true }
Credit Band is uniquely identified by id
The number of levels of related objects to include in the response
Credit Band Found
Show child attributes
{ "id": "crb_39fjkd93nmd0", "name": "Good", "isNS": false, "isPrime": true, "isUnknown": false, "minimumCreditScore": 600, "maximumCreditScore": 700}