Webhooks
Webhooks allow you to receive real-time HTTP callbacks when events occur in your Featurebase organization. Configure webhook endpoints to subscribe to specific event types.
List webhooks
GET/v2/webhooks
Create a webhook
POST/v2/webhooks
Get webhook by ID
GET/v2/webhooks/{id}
Update a webhook
PATCH/v2/webhooks/{id}
Delete a webhook
DELETE/v2/webhooks/{id}
Refresh webhook signing secret
POST/v2/webhooks/{id}/secret