---
title: "Get Webhooks"
method: GET
path: "/api/integrations/zapier/webhooks/subscribe"
tags: ["Zapier Integration", "Webhooks"]
---

# Get Webhooks

`GET /api/integrations/zapier/webhooks/subscribe`

Retrieve webhook subscriptions for the authenticated user

## Response `200`

List of webhooks

- object
  - `success` boolean
  - `webhooks` object[]
    - `id` string, uuid
    - `url` string
    - `events` string[]
    - `status` string
    - `description` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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