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/webhooksList Webhooks
GET/api/v2/webhooksList Webhook Event Types
GET/api/v2/webhooks/event_typesDelete Webhook
DELETE/api/v2/webhooks/:webhook_idList Webhook Requests
GET/api/v2/webhooks/requestsRetry Webhook Request
POST/api/v2/webhooks/requests/:request_id
Last updated