v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Business

Get Business Application History

get/businesses/{id}/applications

Path parameters

idstring uuid required

Query parameters

limitinteger

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

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

offsetinteger nullable

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

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

cursorstring nullable

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.

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_atstring date-time required

The date and time when the application was submitted.

type'neobank' | 'community_bank' | 'credit_union' | 'regional_bank' | 'national_bank' | 'fintech' | 'smb_lender' | 'merchant_cash_advanced' | 'processor' | 'infrastructure' | 'other' required
team'cSuite' | 'risk' | 'compliance' | 'engineering' | 'operations' | 'innovation' | 'other'

Enum class for the different departments within an organization. These values are associated with the User model and are set during the user onboarding flow.

product'savings' | 'credit' | 'working_capital' | 'equipment' | 'cash_advance' | 'payments' | 'other'

Enum class for the different products within an organization. These values are associated with the User model and are determined during the user onboarding process.

Example response

[
  {
    "created_at": "2026-07-09T19:24:27.640301"
  }
]