-
Notifications
You must be signed in to change notification settings - Fork 201
Description
Feature Request
I see that Svix has launched Object Storage destinations! Very cool. It seems that currently customers can configure Storage Object destinations via the App Portal, but I see that the [Create Endpoint API] (https://api.svix.com/docs#tag/Endpoint/operation/v1.endpoint.create) still requires a URL and there isn't a separate endpoint for creating Object Storage destinations. Would love to be able to create Object Storage destinations via API.
Motivation
We don't embed the Svix UI or direct customers to the Svix App Portal, we do everything via the API.
Proposal
To maintain backwards compatibility, the existing Create Endpoint API should be left as-is and be dedicated to webhook endpoints, and another API route should be launched (e.g. POST /api/v1/app/{app_id]/storage_endpoints
or POST /api/v1/app/{app_id]/advanced_endpoints
)