TalkJS Participants API
Add, update, and remove conversation participants.
TalkJS Participants API is one of 6 APIs that TalkJS publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Participants. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes 3 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.1, at version 1.0.
Requests are made against a single base URL, https://api.talkjs.com/v1/{appId}.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
TalkJS Participants API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (bearerAuth).
By default, every request must be authenticated.
bearerAuth— A TalkJS secret key or a short-lived JWT with admin claims, sent as "Authorization: Bearer ".
Paths & Operations 3
Across 2 paths, the API surfaces 3 operations — 1 DELETE, 1 PATCH, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Add, update, and remove conversation participants.
Schemas 2
The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Error (2 properties), ParticipationInput (2 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from TalkJS 5
Other APIs TalkJS publishes across the network.