{ "opencollection": "1.0.0", "info": { "name": "Svix Application Stream Event Type API", "version": "1.84.0" }, "items": [ { "info": { "name": "Stream Event Type", "type": "folder" }, "items": [ { "info": { "name": "List Stream Event Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.eu.svix.com/api/v1/stream/event-type", "params": [ { "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" }, { "name": "include_archived", "value": "", "type": "query", "description": "Include archived (deleted but not expunged) items in the response." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List of all the organization's event types for streaming." }, { "info": { "name": "Create Stream Event Type", "type": "http" }, "http": { "method": "POST", "url": "https://api.eu.svix.com/api/v1/stream/event-type", "headers": [ { "name": "idempotency-key", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an event type for Streams." }, { "info": { "name": "Get Stream Event Type", "type": "http" }, "http": { "method": "GET", "url": "https://api.eu.svix.com/api/v1/stream/event-type/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The event type's name" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an event type." }, { "info": { "name": "Update Stream Event Type", "type": "http" }, "http": { "method": "PUT", "url": "https://api.eu.svix.com/api/v1/stream/event-type/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The event type's name" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update or create a event type for Streams." }, { "info": { "name": "Patch Stream Event Type", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.eu.svix.com/api/v1/stream/event-type/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The event type's name" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Patch an event type for Streams." }, { "info": { "name": "Delete Stream Event Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.eu.svix.com/api/v1/stream/event-type/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The event type's name" }, { "name": "expunge", "value": "", "type": "query", "description": "By default, event types are archived when \"deleted\". With this flag, they are deleted entirely." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an event type." } ] } ], "bundled": true }