Webhooks API
Manage webhook endpoints, event types, and deliveries.
Manage outbound event subscriptions. For payloads and signature verification, see the Webhooks guide.
Plan requirement: API access requires Team or Agency. See pricing.
Base URL: https://api.styrar.com/v1
Routes
| Method | Path | Scope |
|---|---|---|
| GET | /v1/webhooks/event-types | webhooks:read |
| GET/POST | /v1/webhooks/endpoints | webhooks:read / webhooks:write |
| GET/PATCH/DELETE | /v1/webhooks/endpoints/:id | webhooks:read / webhooks:write |
| GET | /v1/webhooks/deliveries | webhooks:read |
Related
- Webhooks - event overview
- Set up an endpoint - dashboard and API setup
- Verify signatures - HMAC verification
- Webhook API guide - deeper webhook management notes
- Endpoints - route catalog by resource
- Authentication - scopes and API keys