🚧 Beta This is an Beta endpoint. Feedback from the community is welcome. We may make breaking changes to this endpoint.
List records of applications made for accounts.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
A list of customer unique identifiers, with a comma separating any values.
Customer ID for the application
Type of application
CREDIT
, RESTRICTED_ACCOUNT
"CREDIT"
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
x >= 1
100
Specifies the sort order for the returned applications.
Application status values for all types of applications
APPROVED
, CREDIT_ACCEPTED_BY_CUSTOMER
, CREDIT_APPROVED
, CREDIT_DENIED
, CREDIT_NOT_ACCEPTED_BY_CUSTOMER
, DENIED
, IN_PROGRESS
, REVIEW_INFO_REQUESTED
, REVIEW_ON_SYNCTERA
, SUBMITTED
A list of business unique identifiers, with a comma separating any values. Returns applications that are linked to the specified Business IDs.
Business ID for the application. An application must have either a Business or a customer associated with it.
List of applications.
The response is of type object
.