Application

Application

post

Submit credit application for a loan approval.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
x-dm-access-keystringRequired

The unique identifier of your dealer. Refer to Console > Dealers to get or setup your dealer access key.

x-api-keystringRequired

Your app's client ID.

Example: 47de026c-e52f-afc1-9214-063740bbce4d
Body
Responses
200

The request ID of the application submitted.

application/json
post
/v1/credit/application

Last Application

get

Retrieve the credit application results for the ID provided.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
application_idstring · alphanumericRequired

The unique application ID.

Example: 456735se-e89b-12d3-a456-426614174000
Query parameters
vidstring · alphanumericRequired

The unique external indentifier for the user's session.

Example: 47de026c-e52f-afc1-9214-063740bbce4d
sidstring · alphanumericOptional

The unique external indentifier for the user's current session.

Example: 47de026c-e52f-afc1-9214-063740bbce4d
Header parameters
x-dm-access-keystringRequired

The unique identifier of your dealer. Refer to Console > Dealers to get or setup your dealer access key.

x-api-keystringRequired

Your app's client ID.

Example: 47de026c-e52f-afc1-9214-063740bbce4d
Responses
200

Credit application results for the ID provided.

application/json
get
/v1/credit/application/{application_id}