Skip to main content
GET
/
creditapps
/
{id}
Retrieve a Credit App
curl --request GET \
  --url https://commerce.driv.ly/api/creditapps/{id}
{
  "data": {
    "id": "<string>",
    "preApproval": "<string>",
    "consumer": "<string>",
    "vehicle": "<string>",
    "provider": "TSG",
    "providerResponse": {},
    "coApplicantSSN": "<string>",
    "coApplicantPhoneNumber": "<string>",
    "coApplicantEmail": "<string>",
    "coApplicantBirthDate": "2023-12-25",
    "coApplicantLastName": "<string>",
    "coApplicantFirstName": "<string>",
    "ssn": "<string>",
    "phoneNumber": "<string>",
    "email": "<string>",
    "birthDate": "2023-12-25",
    "lastName": "<string>",
    "firstName": "<string>",
    "coApplicantConsumer": "<string>",
    "toProvider": true
  },
  "success": true
}

Path Parameters

id
string
required

Credit App is uniquely identified by id

Query Parameters

depth
integer

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

Response

Credit App Found

data
Credit App · object
success
boolean