{ "opencollection": "1.0.0", "info": { "name": "Svix Application API", "version": "1.84.0" }, "items": [ { "info": { "name": "Application", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.eu.svix.com/api/v1/app", "params": [ { "name": "exclude_apps_with_no_endpoints", "value": "", "type": "query", "description": "Exclude applications that have no endpoints. Default is false." }, { "name": "exclude_apps_with_disabled_endpoints", "value": "", "type": "query", "description": "Exclude applications that have only disabled endpoints. Default is false." }, { "name": "exclude_apps_with_svix_play_endpoints", "value": "", "type": "query", "description": "Exclude applications that only have Svix Play endpoints. Default is false." }, { "name": "limit", "value": "", "type": "query", "description": "Limit the number of returned items" }, { "name": "iterator", "value": "", "type": "query", "description": "The iterator returned from a prior invocation" }, { "name": "order", "value": "", "type": "query", "description": "The sorting order of the returned items" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List of all the organization's applications." }, { "info": { "name": "Create Application", "type": "http" }, "http": { "method": "POST", "url": "https://api.eu.svix.com/api/v1/app", "headers": [ { "name": "idempotency-key", "value": "" } ], "params": [ { "name": "get_if_exists", "value": "", "type": "query", "description": "Get an existing application, or create a new one if doesn't exist. It's two separate functions in the libs." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new application." }, { "info": { "name": "Get Application", "type": "http" }, "http": { "method": "GET", "url": "https://api.eu.svix.com/api/v1/app/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "The Application's ID or UID." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an application." }, { "info": { "name": "Update Application", "type": "http" }, "http": { "method": "PUT", "url": "https://api.eu.svix.com/api/v1/app/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "The Application's ID or UID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an application." }, { "info": { "name": "Patch Application", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.eu.svix.com/api/v1/app/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "The Application's ID or UID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Partially update an application." }, { "info": { "name": "Delete Application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.eu.svix.com/api/v1/app/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "The Application's ID or UID." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an application." } ] } ], "bundled": true }