---
title: "Subscribe to Webhook"
method: POST
path: "/api/integrations/zapier/webhooks/subscribe"
tags: ["Zapier Integration", "Webhooks"]
---

# Subscribe to Webhook

`POST /api/integrations/zapier/webhooks/subscribe`

Create a new webhook subscription

## Request body

- object
  - `url` string, uri, required — Webhook URL to receive notifications
  - `events` string[], required — Array of events to subscribe to
  - `description` string — Optional description of the webhook
  - `secret` string — Optional secret for webhook verification

## Response `200`

Webhook subscription created successfully

- object
  - `success` boolean
  - `webhook` object
    - `id` string, uuid
    - `url` string
    - `events` string[]
    - `status` string
    - `secret` string, nullable

## Other responses

- `400` — Bad request - Invalid data
- `401` — Authentication failed
- `500` — Internal server error

---

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