Gets webhook by ID.
curl --request GET \ --url https://sandbox-api.violet.io/v1/events/webhooks/{webhook_id}
{ "id": 123, "app_id": 123, "event": "ORDER_UPDATED", "remote_endpoint": "<string>", "status": "INACTIVE", "date_created": "2023-11-07T05:31:56Z", "date_last_modified": "2023-11-07T05:31:56Z", "events_count": 123, "failure_rate": 123, "temp_disable_ms": 123 }
External Hook Event
Was this page helpful?