GET
/
creditbands
/
{id}
curl --request GET \
  --url https://commerce.driv.ly/api/creditbands/{id}
{
  "data": {
    "id": "crb_39fjkd93nmd0",
    "name": "Good",
    "isNS": false,
    "isPrime": true,
    "isUnknown": false,
    "minimumCreditScore": 600,
    "maximumCreditScore": 700
  },
  "success": true
}

Path Parameters

id
string
required

Credit Band is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

200
application/json

Credit Band Found

The response is of type object.