List all applications
Returns a paginated list of applications for the authenticated organization. Applications track onboarding submissions, feature requests, and their review status. Filter by status, type, or customer to narrow results. Give clientReferenceId to list every application carrying that exact reference: a rejected or cancelled attempt keeps its reference, so a reference you resubmitted returns more than one. Give search to match on the legal name submitted on the application, the client reference or the application ID.
Authorizations
Query Parameters
Opaque cursor from a previous response to fetch the next page
Maximum number of results to return (1-100)
1 <= x <= 100Pagination direction relative to the cursor
forward, backward Case-insensitive substring match on the legal name submitted on the application, the client reference ID, and the application ID.
Filter to the applications carrying this exact client reference ID. A rejected or cancelled application keeps its reference, so a reference that was resubmitted matches more than one. 1-255 characters from A-Za-z, 0-9, underscore, hyphen, colon, and period — no spaces.
Filter by one or more application statuses.
pending, processing, approved, rejected, cancelled, needs_manual_review Filter by one or more public application types.
customer_onboarding, virtual_account, crypto_wallet, customer_update Filter to applications belonging to a single customer.
createdAt, updatedAt, status, type, submittedAt asc, desc