---
title: "Create Webhook"
method: POST
path: "/v2/team/{team_id}/webhook"
tags: ["Webhooks"]
---

# Create Webhook

`POST /v2/team/{team_id}/webhook`

Set up a webhook to monitor for events.<br> We do not have a dedicated IP address for webhooks. We use our domain name and dynamic addressing.

## Path parameters

- `team_id` number, required

## Request body

- object
  - `endpoint` string, required
  - `events` string[], required — See [documentation](https://developer.clickup.com/docs/webhooks#task-webhooks) for available event options. Use `*` to subscribe to all events.
  - `space_id` integer
  - `folder_id` integer
  - `list_id` integer
  - `task_id` string

## Response `200`

- object
  - `id` string, required
  - `webhook` Webhook, required — unresolved $ref

---

[API](https://skmtc.dev/clickup/apis/clickup-api-v2-reference.md) · [All operations](https://skmtc.dev/clickup/apis/clickup-api-v2-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clickup/clickup-api-v2-reference/revisions/72216f55b952/schema)
