API
Integrations
Webhooks and outbound integrations.
Swush supports outbound webhooks for automation.
Endpoints
GET /api/v1/integrations/webhooks— list webhooksPOST /api/v1/integrations/webhooks— create webhookPATCH /api/v1/integrations/webhooks/{id}— update webhookDELETE /api/v1/integrations/webhooks/{id}— delete webhookPOST /api/v1/integrations/webhooks/{id}/test— send test delivery
Auth
Use x-api-key or a signed-in session.
Notes
- Webhooks can be configured with a secret for signing.
- You can select
jsonordiscordpayload formats.