Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier of the webhook. |
| userid | integer | The user ID who created the webhook. |
| team_id | integer | The Workspace ID the webhook belongs to. |
| endpoint | string | The URL that ClickUp sends event payloads to. |
| client_id | string | The OAuth client ID if the webhook was created via OAuth. |
| events | array | The events the webhook is subscribed to. |
| task_id | string | Optional task ID to scope webhook events to a specific task. |
| list_id | integer | Optional list ID to scope webhook events to a specific list. |
| folder_id | integer | Optional folder ID to scope webhook events to a specific folder. |
| space_id | integer | Optional space ID to scope webhook events to a specific space. |
| health | object | Health status of the webhook. |
| secret | string | The shared secret for HMAC-SHA256 signature verification. Only returned when the webhook is first created. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Webhook",
"title": "Webhook",
"type": "object",
"description": "A webhook subscription object.",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier of the webhook."
},
"userid": {
"type": "integer",
"description": "The user ID who created the webhook."
},
"team_id": {
"type": "integer",
"description": "The Workspace ID the webhook belongs to."
},
"endpoint": {
"type": "string",
"format": "uri",
"description": "The URL that ClickUp sends event payloads to."
},
"client_id": {
"type": "string",
"nullable": true,
"description": "The OAuth client ID if the webhook was created via OAuth."
},
"events": {
"type": "array",
"items": {
"type": "string",
"enum": [
"taskCreated",
"taskUpdated",
"taskDeleted",
"taskPriorityUpdated",
"taskStatusUpdated",
"taskAssigneeUpdated",
"taskDueDateUpdated",
"taskTagUpdated",
"taskMoved",
"taskCommentPosted",
"taskCommentUpdated",
"taskTimeEstimateUpdated",
"taskTimeTrackedUpdated",
"listCreated",
"listUpdated",
"listDeleted",
"folderCreated",
"folderUpdated",
"folderDeleted",
"spaceCreated",
"spaceUpdated",
"spaceDeleted",
"goalCreated",
"goalUpdated",
"goalDeleted",
"keyResultCreated",
"keyResultUpdated",
"keyResultDeleted"
]
},
"description": "The events the webhook is subscribed to."
},
"task_id": {
"type": "string",
"nullable": true,
"description": "Optional task ID to scope webhook events to a specific task."
},
"list_id": {
"type": "integer",
"nullable": true,
"description": "Optional list ID to scope webhook events to a specific list."
},
"folder_id": {
"type": "integer",
"nullable": true,
"description": "Optional folder ID to scope webhook events to a specific folder."
},
"space_id": {
"type": "integer",
"nullable": true,
"description": "Optional space ID to scope webhook events to a specific space."
},
"health": {
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "The health status of the webhook (active, failing, etc.)."
},
"fail_count": {
"type": "integer",
"description": "Number of consecutive failures."
}
},
"description": "Health status of the webhook."
},
"secret": {
"type": "string",
"description": "The shared secret for HMAC-SHA256 signature verification. Only returned when the webhook is first created."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/clickup-webhook"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.