---
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

---

[API](https://skmtc.net/vocodedev/apis/vocode-hosted-api.md) · [All operations](https://skmtc.net/vocodedev/apis/vocode-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vocodedev/vocode-hosted-api/revisions/ffca17c004e2/schema)
