Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Chatwork Link API

The Link API from Chatwork — 1 operation(s) for link.

Chatwork Link API is one of 9 APIs that Chatwork publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Link. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 1 path, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 2.

Requests are made against a single base URL, https://api.chatwork.com/v2.

4 operations 1 paths 1 schemas 1 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2
Base URL
https://api.chatwork.com/v2
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Chatwork Link API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-ChatWorkToken (chatworkToken). By default, every request must be authenticated.

  • chatworkToken — API token issued from your Chatwork account settings.

Paths & Operations 4

Across 1 path, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Link 4
GET
/rooms/{room_id}/link
Retrieve invitation link
getRoomLink 1 param → 200
POST
/rooms/{room_id}/link
Create invitation link
createRoomLink 1 param → 200
PUT
/rooms/{room_id}/link
Update invitation link
updateRoomLink 1 param → 200
DELETE
/rooms/{room_id}/link
Delete invitation link
deleteRoomLink 1 param → 204

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is InviteLink (4 properties). Each schema is shown below with its type and property counts.

InviteLink
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

chatwork-link-api-openapi.yml Raw ↑

Other APIs Chatwork publishes across the network.

Chatwork Contacts API
Chatwork Files API
Chatwork Incoming Requests API
Chatwork Me API
Chatwork Members API
Chatwork Messages API
Chatwork Rooms API
Chatwork Tasks API