v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Webhook

View webhook

View a webhook.

get/api/v1/webhooks/{id}

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Response

Webhook view.

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"
      }
    ]
  }
}