List Applications
List of all the organization's applications.
Query parameters
Exclude applications that have no endpoints. Default is false.
Exclude applications that have no endpoints. Default is false.
Exclude applications that have only disabled endpoints. Default is false.
Exclude applications that have only disabled endpoints. Default is false.
Exclude applications that only have Svix Play endpoints. Default is false.
Exclude applications that only have Svix Play endpoints. Default is false.
Limit the number of returned items
Limit the number of returned items
The iterator returned from a prior invocation
The iterator returned from a prior invocation
Defines the ordering in a listing of results.
The sorting order of the returned items
Response
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/rateLimitfrom the response with the200statusresponse-optional-property-removed
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●