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

# List Webhooks

`GET /api/v2/webhooks`

List all webhooks belonging to the authenticated user's API key. Supports optional filtering by event_type, active, and is_test query parameters.

## Query parameters

- `active` boolean
- `event_type` string
- `is_test` boolean
- `limit` integer
- `offset` integer

## Response `200`

- PaginatedWebhookFullReadList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` WebhookFullRead[], required
    - `id` integer, required
    - `event_type` string, required
    - `active` boolean, required
    - `is_test` boolean, required
    - `url` string, uri, required
    - `header_name` string, required
    - `prefix` string, required
    - `masked_auth_secret` string, required
    - `created_at` string, date-time, required

## Other responses

- `400`
- `401`
- `403`
- `429`

---

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