---
title: "List Webhooks"
method: GET
path: "/webhooks"
tags: ["webhooks"]
---

# List Webhooks

`GET /webhooks`

This endpoint retrieves a list of webhooks with optional filtering

## Query parameters

- `integration_name` string
- `is_subscribed` boolean
- `integration_id` string
- `hook_url` string

## Response `200`

200 OK

- object[]
  - `id` string — Unique identifier of the webhook subscription
  - `subscribed_at` string — Timestamp when the webhook was subscribed
  - `is_subscribed` boolean — Whether the webhook is currently active
  - `integration_name` string — Name of the event this webhook listens to
  - `integration_type` string — Type of integration
  - `type` string — Type of the subscription
  - `integration_metadata` object — Additional metadata about the integration
    - `id` string — Metadata ID
    - `name` string — Metadata name or identifier
  - `org_id` string — Organization ID that owns this webhook
  - `hook_url` string — The URL where webhook events are sent
  - `integration_id` string — Unique identifier of the integration

---

[API](https://skmtc.net/periskope/apis/api-local.md) · [All operations](https://skmtc.net/periskope/apis/api-local/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/periskope/api-local/versions/f2738ced87d8/schema)
