v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Application

List Applications

List of all the organization's applications.

get/api/v1/app

Query parameters

exclude_apps_with_no_endpointsboolean

Exclude applications that have no endpoints. Default is false.

Exclude applications that have no endpoints. Default is false.

exclude_apps_with_disabled_endpointsboolean

Exclude applications that have only disabled endpoints. Default is false.

Exclude applications that have only disabled endpoints. Default is false.

exclude_apps_with_svix_play_endpointsboolean

Exclude applications that only have Svix Play endpoints. Default is false.

Exclude applications that only have Svix Play endpoints. Default is false.

limitinteger

Limit the number of returned items

Limit the number of returned items

iteratorstring nullable

The iterator returned from a prior invocation

Example:app_1srOrx2ZWZBpBUvZwXKQmoEYga2

The iterator returned from a prior invocation

order'ascending' | 'descending'

Defines the ordering in a listing of results.

The sorting order of the returned items

Response

iteratorstring nullable required
prevIteratorstring nullable
doneboolean required

Example response

{
  "data": [
    {
      "uid": "unique-identifier",
      "name": "My first application",
      "id": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2"
    }
  ],
  "iterator": "iterator",
  "prevIterator": "-iterator"
}