---
title: "Get Webhook"
method: GET
path: "/v1/webhooks"
tags: ["webhooks"]
---

# Get Webhook

`GET /v1/webhooks`

## Query parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- Webhook
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `subscriptions` EventType[], required
  - `url` string, required
  - `method` 'GET' | 'POST'

## Other responses

- `422` — Validation Error

## Changes

- **2024-03-18** `500a519452b0` — 1 warning
  - added the new `event_phone_call_did_not_connect` enum value to the `subscriptions/items/` response property for the response status `200`
- **2023-10-05** `f4d951d6fa94` — 1 warning, 1 info
  - added the new `event_human_detection` enum value to the `subscriptions/items/` response property for the response status `200`
  - removed the `event_machine_detection` enum value from the `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 `subscriptions/items/` response property for the response status `200`

[Change history](https://skmtc.dev/vocodedev/apis/vocode-hosted-api/changes/v1/webhooks/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-service-production.skmtc.workers.dev/v1/apis/vocodedev/vocode-hosted-api/revisions/ffca17c004e2/schema)
