Webhooks

You can configure webhooks to be notified about various events that happen on your instance.

Create a Svix app

Create a Svix app and associate it with the current instance

SecuritybearerAuth
Responses
200

Response that contains a temporary Svix URL to access management dashboard

400

Request was not successful

post/webhooks/svix
Response samples
application/json
{
  • "svix_url": "string"
}

Delete a Svix app

Delete a Svix app and disassociate it from the current instance

SecuritybearerAuth
Responses
204

Svix app was successfully deleted

400

Request was not successful

delete/webhooks/svix
Response samples
application/json
{
  • "errors": [
    ],
  • "meta": { }
}

Create a Svix Dashboard URL

Generate a new url for accessing the Svix's management dashboard for that particular instance

SecuritybearerAuth
Responses
200

Response that contains a temporary Svix URL to access management dashboard

400

Request was not successful

post/webhooks/svix_url
Response samples
application/json
{
  • "svix_url": "string"
}