v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Webhook

List webhooks

List webhooks.

get/api/v1/webhooks

Response

Webhook list.

Example response

{
  "data": [
    {
      "id": "1234",
      "name": "My example application",
      "url": "https://example.com/receive-xentral-webhook-endpoint",
      "events": [
        {
          "id": "com.xentral.salesOrder.created.v1"
        },
        {
          "id": "com.xentral.salesOrder.updated.v1"
        }
      ]
    }
  ]
}