List all webhooks

Get all webhooks

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

This endpoint allows you to get all webhook endpoint associated with your account.

Path Parameters

Name
Type
Description

page

number

limit

number

{
  "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