API Reference
- Addresses
- Attachments
- Calls
- Contacts
- Credit Applications
- GETFind paginated Credit Applications
- POSTCreate a new Credit Application
- DELDelete multiple Credit Applications
- PATCHUpdate multiple Credit Applications
- GETGet a single Credit Application by its id
- DELDeletes an existing Credit Application
- PATCHUpdates a Credit Application
- GETCredit Application versions
- GETGet a single Credit Application version by its id
- POSTRestore a Credit Application version by its id
- POSTcustom operation
- GET
- Customers
- Deals
- Definitions
- DMV Fees
- Documents
- Fees
- Holidays
- Insurance Policies
- Insurance Quotes
- Leads
- Lead Events
- Listings
- Locations
- Logs
- Meetings
- Messages
- Pre-Approvals
- Sales Reps
- Searches
- Service Quotes
- Service Orders
- Taxes And Fees
- Templates
- CRM Trades
- Trades
- VDP Emails
- CRM Vehicles
- Vehicles
- Web Events
- Webhooks
Credit Applications
Get a single Credit Application version by its id
Get a single Credit Application version by its id
GET
/
creditApplications
/
versions
/
{id}
Copy
curl --request GET \
--url https://commerce.driv.ly/api/creditApplications/versions/{id} \
--header 'Authorization: <api-key>'
Copy
{
"version": {
"title": "<string>",
"sendToTSG": true,
"state": "DRAFT",
"environment": "Production",
"meta": {},
"sentToCustomer": true,
"rates": [
{
"term": "<string>",
"apr": "<string>",
"monthlyPayment": 123,
"requiredDownPayment": 123,
"activationLink": "<string>",
"id": "<string>"
}
],
"passesChecklist": true,
"requiredFields": [
"primaryApplicant"
],
"missingFields": {},
"requestId": "<string>",
"logs": [
{
"timestamp": "<string>",
"message": "<string>",
"debug": {},
"id": "<string>"
}
],
"autopayNumber": "<string>",
"applicationLink": "<string>",
"preApproval": 123,
"applicationType": "REFINANCE",
"financeAmount": 123,
"downPayment": 123,
"primaryApplicant": {
"consumer": 123,
"firstName": "<string>",
"lastName": "<string>",
"birthDate": "<string>",
"emailAddress": "<string>",
"cellPhone": "<string>",
"ssn": "<string>",
"relationshipType": "SPOUSE",
"currentResidence": {
"monthlyPaymentAmount": 123,
"monthsAtResidence": 123,
"ownershipStatus": "OWN",
"address": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"currentEmployment": {
"yearlyIncomeAmount": 123,
"monthsAtEmployer": 123,
"employmentType": "FULL_TIME",
"employerName": "<string>",
"employmentPosition": "<string>",
"employmentAddress": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"previousResidence": {
"monthlyPaymentAmount": 123,
"monthsAtResidence": 123,
"ownershipStatus": "OWN",
"address": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"previousEmployment": {
"yearlyIncomeAmount": 123,
"monthsAtEmployer": 123,
"employmentType": "FULL_TIME",
"employerName": "<string>",
"employmentPosition": "<string>",
"employmentAddress": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"additionalIncomeAmount": 123,
"additionalIncomeFrequency": "WEEKLY",
"additionalIncomeSource": "<string>",
"terms": {
"agreeToTerms": true,
"agreeIP": "<string>",
"agreeUserAgent": "<string>"
}
},
"hasCoApplicant": true,
"coApplicant": {
"consumer": 123,
"firstName": "<string>",
"lastName": "<string>",
"birthDate": "<string>",
"emailAddress": "<string>",
"cellPhone": "<string>",
"ssn": "<string>",
"relationshipType": "SPOUSE",
"currentResidence": {
"monthlyPaymentAmount": 123,
"monthsAtResidence": 123,
"ownershipStatus": "OWN",
"address": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"currentEmployment": {
"yearlyIncomeAmount": 123,
"monthsAtEmployer": 123,
"employmentType": "FULL_TIME",
"employerName": "<string>",
"employmentPosition": "<string>",
"employmentAddress": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"previousResidence": {
"monthlyPaymentAmount": 123,
"monthsAtResidence": 123,
"ownershipStatus": "OWN",
"address": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"previousEmployment": {
"yearlyIncomeAmount": 123,
"monthsAtEmployer": 123,
"employmentType": "FULL_TIME",
"employerName": "<string>",
"employmentPosition": "<string>",
"employmentAddress": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"additionalIncomeAmount": 123,
"additionalIncomeFrequency": "WEEKLY",
"additionalIncomeSource": "<string>",
"terms": {
"agreeToTerms": true,
"agreeIP": "<string>",
"agreeUserAgent": "<string>"
}
},
"vehicle": {
"vin": "<string>",
"year": 123,
"make": "<string>",
"model": "<string>",
"trim": "<string>",
"mileage": 123,
"lien": {
"lienHolder": "<string>",
"monthlyPaymentAmount": 123,
"payoffAmount": 123,
"initialTerm": 123,
"remainingTerm": 123,
"originalAmount": 123,
"apr": 123
}
},
"trades": [
123
]
},
"createdAt": "<string>",
"updatedAt": "<string>"
}
Usage with the Drivly SDK
Usage with the Drivly SDK
Make sure you install our SDK first. You can find out how, and more here.
Copy
import { SDK } from '@drivly/commerce'
import type { creditApplications } from '@drivly/commerce'
const sdk = new SDK(...)
const creditApplications = await sdk.creditApplications.findOne(creditApplicationsId: string): Promise<creditApplications>
Authorizations
Path Parameters
id of the Credit Application version
Query Parameters
number of levels to automatically populate relationships and uploads
retrieves document(s) in a specific locale
specifies a fallback locale if no locale value exists
sort by field
pass a where query to constrain returned documents (complex type, see documentation)
Example:
{
"or": [
{ "color": { "equals": "mint" } },
{
"and": [
{ "color": { "equals": "white" } },
{ "featured": { "equals": false } }
]
}
]
}
limit the returned documents to a certain number
get a specific page of documents
Response
200
application/json
ok
The response is of type object
.
Copy
curl --request GET \
--url https://commerce.driv.ly/api/creditApplications/versions/{id} \
--header 'Authorization: <api-key>'
Copy
{
"version": {
"title": "<string>",
"sendToTSG": true,
"state": "DRAFT",
"environment": "Production",
"meta": {},
"sentToCustomer": true,
"rates": [
{
"term": "<string>",
"apr": "<string>",
"monthlyPayment": 123,
"requiredDownPayment": 123,
"activationLink": "<string>",
"id": "<string>"
}
],
"passesChecklist": true,
"requiredFields": [
"primaryApplicant"
],
"missingFields": {},
"requestId": "<string>",
"logs": [
{
"timestamp": "<string>",
"message": "<string>",
"debug": {},
"id": "<string>"
}
],
"autopayNumber": "<string>",
"applicationLink": "<string>",
"preApproval": 123,
"applicationType": "REFINANCE",
"financeAmount": 123,
"downPayment": 123,
"primaryApplicant": {
"consumer": 123,
"firstName": "<string>",
"lastName": "<string>",
"birthDate": "<string>",
"emailAddress": "<string>",
"cellPhone": "<string>",
"ssn": "<string>",
"relationshipType": "SPOUSE",
"currentResidence": {
"monthlyPaymentAmount": 123,
"monthsAtResidence": 123,
"ownershipStatus": "OWN",
"address": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"currentEmployment": {
"yearlyIncomeAmount": 123,
"monthsAtEmployer": 123,
"employmentType": "FULL_TIME",
"employerName": "<string>",
"employmentPosition": "<string>",
"employmentAddress": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"previousResidence": {
"monthlyPaymentAmount": 123,
"monthsAtResidence": 123,
"ownershipStatus": "OWN",
"address": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"previousEmployment": {
"yearlyIncomeAmount": 123,
"monthsAtEmployer": 123,
"employmentType": "FULL_TIME",
"employerName": "<string>",
"employmentPosition": "<string>",
"employmentAddress": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"additionalIncomeAmount": 123,
"additionalIncomeFrequency": "WEEKLY",
"additionalIncomeSource": "<string>",
"terms": {
"agreeToTerms": true,
"agreeIP": "<string>",
"agreeUserAgent": "<string>"
}
},
"hasCoApplicant": true,
"coApplicant": {
"consumer": 123,
"firstName": "<string>",
"lastName": "<string>",
"birthDate": "<string>",
"emailAddress": "<string>",
"cellPhone": "<string>",
"ssn": "<string>",
"relationshipType": "SPOUSE",
"currentResidence": {
"monthlyPaymentAmount": 123,
"monthsAtResidence": 123,
"ownershipStatus": "OWN",
"address": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"currentEmployment": {
"yearlyIncomeAmount": 123,
"monthsAtEmployer": 123,
"employmentType": "FULL_TIME",
"employerName": "<string>",
"employmentPosition": "<string>",
"employmentAddress": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"previousResidence": {
"monthlyPaymentAmount": 123,
"monthsAtResidence": 123,
"ownershipStatus": "OWN",
"address": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"previousEmployment": {
"yearlyIncomeAmount": 123,
"monthsAtEmployer": 123,
"employmentType": "FULL_TIME",
"employerName": "<string>",
"employmentPosition": "<string>",
"employmentAddress": {
"lineOne": "<string>",
"lineTwo": "<string>",
"city": "<string>",
"state": "AL",
"postalCode": "<string>"
}
},
"additionalIncomeAmount": 123,
"additionalIncomeFrequency": "WEEKLY",
"additionalIncomeSource": "<string>",
"terms": {
"agreeToTerms": true,
"agreeIP": "<string>",
"agreeUserAgent": "<string>"
}
},
"vehicle": {
"vin": "<string>",
"year": 123,
"make": "<string>",
"model": "<string>",
"trim": "<string>",
"mileage": 123,
"lien": {
"lienHolder": "<string>",
"monthlyPaymentAmount": 123,
"payoffAmount": 123,
"initialTerm": 123,
"remainingTerm": 123,
"originalAmount": 123,
"apr": 123
}
},
"trades": [
123
]
},
"createdAt": "<string>",
"updatedAt": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.