v4

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-15152735.4 KB
webhooks

getConfiguredEvents

Retrieve events that can trigger webhooks

get/v1/webhooks/configured-events

Response

Success - configured events loaded with success. Empty array if no events have been configured.

eventNamestring

Name for identifying the event. Unique.

eventLabelstring

Either a user friendly label, or the eventName itself.

Example response

[
  {
    "eventName": "customer_request_created",
    "eventLabel": "Customer Request Created"
  }
]