{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions event-streams API", "version": "1.0.0" }, "items": [ { "info": { "name": "event-streams", "type": "folder" }, "items": [ { "info": { "name": "Get Event Streams", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/event-streams", "params": [ { "name": "from", "value": "", "type": "query", "description": "Optional Id from which to start selection." }, { "name": "take", "value": "", "type": "query", "description": "Number of results per page. Defaults to 50." } ] }, "docs": "Get Event Streams" }, { "info": { "name": "Create an Event Stream", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/event-streams", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Event Stream" }, { "info": { "name": "Get an Event Stream by ID", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/event-streams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the event stream." } ] }, "docs": "Get an Event Stream by ID" }, { "info": { "name": "Update an Event Stream", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/event-streams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the event stream." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Event Stream" }, { "info": { "name": "Delete an Event Stream", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/event-streams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the event stream." } ] }, "docs": "Delete an Event Stream" }, { "info": { "name": "Get This Event Stream's Delivery History", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/event-streams/:id/deliveries", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the event stream." }, { "name": "statuses", "value": "", "type": "query", "description": "Comma-separated list of statuses by which to filter" }, { "name": "event_types", "value": "", "type": "query", "description": "Comma-separated list of event types by which to filter" }, { "name": "date_from", "value": "", "type": "query", "description": "An RFC-3339 date-time for redelivery start, inclusive. Does not allow sub-second precision." }, { "name": "date_to", "value": "", "type": "query", "description": "An RFC-3339 date-time for redelivery end, exclusive. Does not allow sub-second precision." }, { "name": "from", "value": "", "type": "query", "description": "Optional Id from which to start selection." }, { "name": "take", "value": "", "type": "query", "description": "Number of results per page. Defaults to 50." } ] }, "docs": "Get This Event Stream's Delivery History" }, { "info": { "name": "Get a Specific Event's Delivery History", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/event-streams/:id/deliveries/:event_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the event stream." }, { "name": "event_id", "value": "", "type": "path", "description": "Unique identifier for the event" } ] }, "docs": "Get a Specific Event's Delivery History" }, { "info": { "name": "Redeliver Failed Events", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/event-streams/:id/redeliver", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the event stream." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Redeliver Failed Events" }, { "info": { "name": "Redeliver a Single Failed Event by ID", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/event-streams/:id/redeliver/:event_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the event stream." }, { "name": "event_id", "value": "", "type": "path", "description": "Unique identifier for the event" } ] }, "docs": "Redeliver a Single Failed Event by ID" }, { "info": { "name": "Send a Test Event to an Event Stream", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/event-streams/:id/test", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the event stream." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a Test Event to an Event Stream" } ] } ], "bundled": true }