Skip to main content
GET
/
creditreports
/
{id}
Retrieve a Credit Report
curl --request GET \
  --url https://commerce.driv.ly/api/creditreports/{id}
{
  "data": {
    "id": "<string>",
    "time": "2023-11-07T05:31:56Z",
    "creditBand": "<string>",
    "preApproval": "<string>",
    "creditScore": 123,
    "hasUnknownScore": true,
    "hasNS": true
  },
  "success": true
}

Path Parameters

id
string
required

Credit Report is uniquely identified by id

Query Parameters

depth
integer

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

Response

Credit Report Found

data
Credit Report · object
success
boolean