Managing Webhooks
Overview
Creating Webhooks
curl -X POST https://sandbox-api.violet.io/v1/events/webhooks \
-H "X-Violet-App-Id: your-app-id-here" \
-H "X-Violet-App-Secret: your-app-secret-here" \
-H "X-Violet-Token: your-token-here" \
-H "Content-type: application/json" \
-d '{"event": "ORDER_SHIPPED", "remote_endpoint": "https://example.com/events/order_shipped"}'Retrieving a List of Webhooks
Retrieve a Single Webhook
Modifying Webhooks
Updating All Webhooks Status
Removing Webhooks
Last updated
Was this helpful?