API Reference

Webhooks

Webhooks are user-defined HTTP callbacks that enable one system to send real-time data or event notifications to another system. When a specific event occurs, such as an order being created or updated, the source system triggers a webhook by sending an HTTP request to a pre-configured URL (endpoint) in the target system. If webhook configuration is needed, please contact our support team.

Specifications

  • Data Format - All webhook payloads are delivered in JSON format.
  • HTTP Method - Webhook notifications are always sent using a POST request.
  • Response Handling - A successful response should return a 200 OK status code.