API Endpoints
Ospree allows you to configure and manage webhooks through its API. This section outlines the available API endpoints for creating, listing, and deleting webhooks, along with endpoints for managing received webhook request notifications.
Configure Webhook
POST
/api/v2/webhooks
List Webhooks
GET
/api/v2/webhooks
List Webhook Event Types
GET
/api/v2/webhooks/event_types
Delete Webhook
DELETE
/api/v2/webhooks/:webhook_id
List Webhook Requests
GET
/api/v2/webhooks/requests
Retry Webhook Request
POST
/api/v2/webhooks/requests/:request_id
Last updated