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

# List Webhooks

`GET /v1/webhooks/list`

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- WebhookPage
  - `items` Webhook[], required
    - `id` string, uuid, required
    - `user_id` string, uuid, required
    - `subscriptions` EventType[], required
    - `url` string, required
    - `method` 'GET' | 'POST' — An enumeration.
  - `page` integer, required
  - `size` integer, required
  - `has_more` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2023-10-05** `f4d951d6fa94` — 1 warning, 1 info
  - added the new `event_human_detection` enum value to the `items/items/subscriptions/items/` response property for the response status `200`
  - removed the `event_machine_detection` enum value from the `items/items/subscriptions/items/` response property for the response status `200`
- **2023-09-06** `ec1d8c780c18` — 1 warning
  - added the new `event_machine_detection` enum value to the `items/items/subscriptions/items/` response property for the response status `200`

[Change history](https://skmtc.dev/vocodedev/apis/vocode-hosted-api/changes/v1/webhooks/list/get.md)

---

[API](https://skmtc.dev/vocodedev/apis/vocode-hosted-api.md) · [All operations](https://skmtc.dev/vocodedev/apis/vocode-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/vocodedev/apis/vocode-hosted-api/revisions/9feade6bcba8?raw)
