Skip to main content
GET
/
api
/
v1
/
webhooks
List webhooks for the current account
curl --request GET \
  --url https://api.example.com/api/v1/webhooks
{
  "items": [
    {
      "id": "<string>",
      "account_id": "<string>",
      "url": "<string>",
      "collection": "<string>",
      "events": [
        "<string>"
      ],
      "filter": "<string>",
      "enabled": true,
      "headers": {},
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "created_by": "<string>"
    }
  ],
  "total": 123
}

Response

200 - application/json

Successful Response

Paginated list of webhooks.

items
WebhookResponse · object[]
required
total
integer
required