HipChat · Capability
HipChat REST API v2 — Rooms
HipChat Rooms management capability. Historical surface; HipChat was discontinued 2019-02-15. Useful for migration-pattern research and adapter scaffolding.
HipChat REST API v2 — Rooms is a Naftiko capability published by HipChat, one of 5 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, PUT, and DELETE methods rooted at /v1/rooms.
Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include HipChat, Rooms, and Sunset.
What You Can Do
GET
Listrooms
—
/v1/rooms
POST
Createroom
—
/v1/rooms
GET
Getroom
—
/v1/rooms/{id_or_name}
PUT
Updateroom
—
/v1/rooms/{id_or_name}
DELETE
Deleteroom
—
/v1/rooms/{id_or_name}