Skip to main content
GET
List Applications

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

organization_id
string
required

Organization ID to filter applications

page
integer
default:1

Page number for pagination (1-indexed)

Required range: x >= 1
limit
integer
default:20

Number of items per page

Required range: 1 <= x <= 100
region
string | null

Filter applications by region (US or EU)

pricing_plan
string | null

Filter applications by pricing plan

Response

Successful Response

data
ApplicationDetail · object[]
required
pagination
Pagination · object
required