Introducing Event Destination API endpoints
You can now create and manage event destinations using the Event Destination API endpoints:
| Endpoint | What it does |
|---|---|
| Create Destination | Creates a destination and returns its signing secret. |
| Retrieve Destination | Returns one destination's full configuration and status. |
| List Destinations | Returns every destination in your account. You can filter by status or eventType. |
| Update Destination | Changes a destination's name, URL, event types, description, or status. |
| Delete Destination | Permanently deletes a destination and stops all deliveries. |
| Retrieve Destination Secret | Returns a destination's current signing secret. |
| Rotate Destination Secret | Replaces a destination's signing secret. |
Previously, you had to use the Stedi portal to manage event destinations or rotate signing secrets. Now, you can also do both programmatically from an application or script.
If you're a Stedi app developer, you can use these API endpoints to configure event destinations for your providers' accounts.
The new endpoints are available for free on all Stedi production accounts. For more details, see our announcement blog.