v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Integration

Provide a single resource - Webhook

Retrieves a WebhookConfiguration resource.

get/webhooks/{id}

Path parameters

idstring required

Resource identifier

Response

WebhookConfiguration resource

idstring uuid
namestring
activeboolean
urlstring uri
eventsWebhookEvent[]
parametersstring[]
dateCreatedstring date-time
dateModifiedstring date-time

Example response

{
  "id": "c7ad508b-882d-4874-a00c-4b0eecb66e3d",
  "url": "https://example.com/hook",
  "events": [
    "document.create",
    "document.update"
  ],
  "headers": {
    "Authorization": "Header value",
    "Content-Type": "Header value"
  }
}