---
title: "Get webhook"
method: GET
path: "/v1/webhooks/{id}"
tags: ["Webhook"]
---

# Get webhook

`GET /v1/webhooks/{id}`

Retrieves a specific webhook by its unique identifier. Only webhooks owned by the authenticated user can be retrieved.

## Path parameters

- `id` string, required

## Response `200`

Webhook retrieved successfully

- WebhookDto
  - `id` string
  - `target` string
  - `event` string
  - `user` string
  - `deleted` boolean
  - `lastUpdate` integer
  - `created` integer

## Other responses

- `401` — Not authorized to access this webhook
- `404` — Webhook not found

---

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