Retrieve an Application by Client Application ID
Retrieves an application by the client_application_id you assigned, supplied
as a query parameter: GET /v0/applications?client_application_id=.... This is
the filtered form of the applications collection and is distinct from
GET /v0/applications/{id}, which takes the server-generated Application ID
(application_*). The response body is identical to GET /v0/applications/{id}.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The client_application_id assigned to the application.
Response
Application object retrieved successfully.
An application object representing a credit application
Unique identifier for the application. Prefixed with application_.
^application_\w+$"application_xyz123"
Client-provided identifier for the application. Optional: present only for applications created via file upload, and omitted for applications created through the API, which are identified solely by their server-generated ID.
Lead server-generated ISO 8601 timestamp when the application was created.
Lead server-generated ISO 8601 timestamp when the application was last updated.
Terminal state of the application. Possible values: approved, declined, canceled.
approved, declined, canceled Entity relationships associated with the application (response only)
Application details (response, all properties optional)
Decision-related information (response, all properties optional)
Documents associated with the application
Arbitrary metadata associated with the application

