---
title: "Get webhook"
method: GET
path: "/api/v4/tasks/webhooks/{webhook_id}"
tags: ["Tasks"]
---

# Get webhook

`GET /api/v4/tasks/webhooks/{webhook_id}`

Returns a webhook by ID.

## Path parameters

- `webhook_id` string, uuid, required

## Response `200`

OK

- object
  - `webhook` Webhook
    - `id` string, uuid — The unique identifier of the webhook.
    - `name` string — The name of the webhook.
    - `http_method` 'post' | 'put' — The HTTP method used for the webhook request.
    - `url` string, uri — The destination URL for the webhook.
    - `authentication_method` 'basic' | 'api_key' | 'bearer_token', nullable — The authentication method configured for the webhook.
    - `headers` object — Custom HTTP headers sent with the webhook request.
    - `events` string[] — The list of event types that trigger the webhook.
    - `created_at` string, date-time — The time when the webhook was created (ISO 8601).
    - `updated_at` string, date-time — The time when the webhook was last updated (ISO 8601).

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `429` — Too many requests

---

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