{ "opencollection": "1.0.0", "info": { "name": "Chatwork API v2 Contacts Rooms API", "version": "2" }, "request": { "auth": { "type": "apikey", "key": "X-ChatWorkToken", "value": "{{X-ChatWorkToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Rooms", "type": "folder" }, "items": [ { "info": { "name": "List rooms you belong to", "type": "http" }, "http": { "method": "GET", "url": "https://api.chatwork.com/v2/rooms" }, "docs": "List rooms you belong to" }, { "info": { "name": "Create a new group chat room", "type": "http" }, "http": { "method": "POST", "url": "https://api.chatwork.com/v2/rooms", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Create a new group chat room" }, { "info": { "name": "Retrieve a room", "type": "http" }, "http": { "method": "GET", "url": "https://api.chatwork.com/v2/rooms/:room_id", "params": [ { "name": "room_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a room" }, { "info": { "name": "Update a room", "type": "http" }, "http": { "method": "PUT", "url": "https://api.chatwork.com/v2/rooms/:room_id", "params": [ { "name": "room_id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Update a room" }, { "info": { "name": "Leave or delete a room", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.chatwork.com/v2/rooms/:room_id", "params": [ { "name": "room_id", "value": "", "type": "path" }, { "name": "action_type", "value": "", "type": "query" } ] }, "docs": "Leave or delete a room" } ] } ], "bundled": true }