Retrieves a specific application by its ID. Accepts either a server-generated ID (application_*) or client-provided application ID. The server detects the ID type by prefix.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Server-generated ID (application_*) application ID
Unique identifier for the application. Prefixed with application_.
^application_\w+$"application_xyz123"
Application object retrieved successfully.
An application object representing a credit application
Unique identifier for the application. Prefixed with application_.
^application_\w+$"application_xyz123"
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