GET
/
events
/
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
  }
]

Headers

X-Violet-Token
string
X-Violet-App-Secret
string
X-Violet-App-Id
integer

Query Parameters

event
string
extended
boolean
default:false

Response

default - application/json
default response

The response is of type object[].