Skip to main content
GET
List all applications

Authorizations

x-api-key
string
header
required

Query Parameters

cursor
string

Opaque cursor from a previous response to fetch the next page

limit
number
default:20

Maximum number of results to return (1-100)

Required range: 1 <= x <= 100
direction
enum<string>

Pagination direction relative to the cursor

Available options:
forward,
backward

Case-insensitive substring match on the legal name submitted on the application, the client reference ID, and the application ID.

clientReferenceId
string

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.

status
enum<string>[]

Filter by one or more application statuses.

Available options:
pending,
processing,
approved,
rejected,
cancelled,
needs_manual_review
type
enum<string>[]

Filter by one or more public application types.

Available options:
customer_onboarding,
virtual_account,
crypto_wallet,
customer_update
customerId
string

Filter to applications belonging to a single customer.

sortBy
enum<string>
Available options:
createdAt,
updatedAt,
status,
type,
submittedAt
sortOrder
enum<string>
Available options:
asc,
desc

Response

data
object[]
required
meta
object
required