About Webhooks
Webhooks allow you to set up integrations that subscribe to specific events. They send data about Nautical activities to other services for further processing.
When you set up a webhook, you must configure the URL endpoint to receive payload data. Event payloads are automatically generated based on certain actions like creating an order or completing a payment.
Webhooks use a POST request to send data to your chosen endpoint. The x-nautical-event
HTTP header indicates the triggering event.
Events and Payloads See sample payloads and learn what triggers different webhook events.
Subscribe to Webhooks Learn how to subscribe to and manage webhooks from the API.
Webhook Protocols See the supported webhook protocols.
Monitor and Manage Webhooks Learn how to manage and monitor webhooks from the Dashboard logs.