Authentication
Requires an API key withapplications:read scope.
Query parameters
string
Filter by application status. One of:
created, sent, in_progress, submitted, review, approved, rejected.integer
default:"50"
Number of results per page. Min
1, max 100.string
Pagination cursor returned as
next_cursor from a previous response.Response
Returns200 OK with a paginated list.
array
List of application summaries.
boolean
Whether more results are available.
string | null
Pass as the
cursor query parameter to fetch the next page. null when there are no more results.