Event Destinations ​
Set up an event destination to receive events from Stripe across multiple destination types, including webhook endpoints and Amazon EventBridge. Event destinations support receiving thin events and snapshot events.
Endpoints ​
Create an Event Destination ​
- POST /v2/core/event_destinations
Update an Event Destination ​
- POST /v2/core/event_destinations/:id
Retrieve an Event Destination ​
- GET /v2/core/event_destinations/:id
List Event Destinations ​
- GET /v2/core/event_destinations
Delete an Event Destination ​
- DELETE /v2/core/event_destinations/:id
Disable an Event Destination ​
- POST /v2/core/event_destinations/:id/disable
Enable an Event Destination ​
- POST /v2/core/event_destinations/:id/enable