Gets webhooks.
curl --request GET \ --url https://sandbox-api.violet.io/v1/events/webhooks
[ { "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 } ]
The response is of type object[].
object[]
Was this page helpful?