-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Overview
Add support for webhook management.
Endpoints to Add
GET /v1/webhooks- List all webhooksPOST /v1/webhooks- Create new webhookDELETE /v1/webhooks/{webhook_id}- Delete webhook
Types Needed
WebhookWebhooksResponseCreateWebhookOptions
Priority
P1 - High Value - Critical for real-time integrations
Note
This will require adding POST/DELETE HTTP method support to the client (currently only supports GET).
Swagger Reference
See swagger/v1/swagger.json in oilpriceapi-api repo for schema details
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request