HipChat · Capability
HipChat REST API v2 — Webhooks
HipChat room webhook management (historical; sunset 2019-02-15). Webhook deliveries included a JWT signed_request query parameter.
HipChat REST API v2 — Webhooks is a Naftiko capability published by HipChat, one of 5 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET, POST, and DELETE methods rooted at /v1/rooms/{…}/webhooks.
Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include HipChat, Webhooks, Events, and Sunset.
What You Can Do
GET
Listroomwebhooks
—
/v1/rooms/{id_or_name}/webhooks
POST
Createroomwebhook
—
/v1/rooms/{id_or_name}/webhooks
GET
Getroomwebhook
—
/v1/rooms/{id_or_name}/webhooks/{webhook_id}
DELETE
Deleteroomwebhook
—
/v1/rooms/{id_or_name}/webhooks/{webhook_id}