Retrieve a webhook

Retrieve webhook details

GET https://<your_gateway_host>/api/webhook/:id

Get details of a webhook.

Path Parameters

Name
Type
Description

id

string

ID of webhook

{
  "data": {
    "id": "faa47035-b162-41e7-9b7c-19a5d43b2d2a",
    "created_at": "2021-04-08T10:58:33.934Z",
    "updated_at": "2021-04-08T10:58:33.934Z",
    "url": "https://mydomain.ltd",
    "description": "",
    "secret": "159ad2d872",
    "enabled": true
  }
}

Last updated