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

Free-text search across application fields.

status
string[]

Filter by one or more application statuses.

type
string[]

Filter by one or more public application types.

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