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

doneboolean required
iteratorstring nullable required
prevIteratorstring nullable

Example response

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

Changes

Changed in 1 of the 5 revisions of this API.1

    • removed the optional property data/items/rateLimit from the response with the 200 status

      response-optional-property-removed

    This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog