Webhooks
Authorization header format: 'APIKey=<api_key>,signature=,timestamp=<unix_timestamp>'
List of webhooks
Unauthorized - Authentication required
Internal Server Error
Authorization header format: 'APIKey=<api_key>,signature=,timestamp=<unix_timestamp>'
https://example.com/webhook["ORDER_CREATED","ORDER_COMPLETED"]Webhook created successfully
Bad Request - Invalid webhook URL
Unauthorized - Authentication required
Unprocessable Entity - Invalid request body format
Internal Server Error
The unique identifier of the webhook
Authorization header format: 'APIKey=<api_key>,signature=,timestamp=<unix_timestamp>'
https://example.com/webhook["ORDER_CREATED","ORDER_COMPLETED"]trueWebhook updated successfully
Bad Request - Invalid webhook URL or missing webhook ID
Unauthorized - Authentication required
Not Found - Webhook not found
Unprocessable Entity - Invalid request body format
Internal Server Error
The unique identifier of the webhook
Authorization header format: 'APIKey=<api_key>,signature=,timestamp=<unix_timestamp>'
Webhook deleted successfully
Bad Request - Missing webhook ID
Unauthorized - Authentication required
Not Found - Webhook not found
Internal Server Error
No content
Last updated