Webhooks
Last updated
Last updated
Webhooks allow Ospree to send real-time HTTPS notifications to your server whenever specific events occur within the platform. Instead of continuously polling for updates, your system receives automated event-based callbacks, ensuring timely and efficient data synchronization. This is particularly useful for tracking compliance-related activities, transaction monitoring, and risk alerts triggered outside your system.
For example, you can receive notifications when a new incoming transfer request is received or when the status of a transfer changes. Key sections include Webhook Events (triggered actions), Webhook Requests (payload structure), and Webhook Management (configuration and handling).
Create 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