Skip to main content
GET
Get Business Application History

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

Query Parameters

limit
integer
default:10

Maximum number of records to return in a single page. Must be between 1 and 1000.

Required range: 1 <= x <= 1000
offset
integer | null

Number of records to skip from the beginning. Use 0 for the first page. Cannot be used with cursor.

Required range: x >= 0
cursor
string | null

Opaque pagination cursor token that identifies the position in the result set. Use the cursor from the previous response to get the next page. Cannot be used with offset.

Response

List of application velocity responses.

created_at
string<date-time>
required

The date and time when the application was submitted.

Example:

"2026-08-24T10:31:07.676759"

type
enum<string>
required

The type of organization that submitted the application.

Available options:
neobank,
community_bank,
credit_union,
regional_bank,
national_bank,
fintech,
smb_lender,
merchant_cash_advanced,
processor,
infrastructure,
other
Examples:

"community_bank"

"credit_union"

team
enum<string> | null

The team within the organization that submitted the application.

Available options:
cSuite,
risk,
compliance,
engineering,
operations,
innovation,
other
Example:

"compliance"

product
enum<string> | null

The financial product type for which the application was submitted.

Available options:
savings,
credit,
working_capital,
equipment,
cash_advance,
payments,
other
Example:

"credit"