Retrieve a webhook

Retrieves the details of an existing webhook.

GET/v3/webhooks/{id}
JWT
webhook:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the webhook.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "url": "string",
  "token": "string",
  "enabled": true,
  "status": "healthy",
  "events": [
    "string"
  ]
}