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

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}.

3 operations 2 paths 2 schemas 1 DELETE1 PATCH1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.talkjs.com/v1/{appId}
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

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.

Participants 3

Add, update, and remove conversation participants.

PUT
/conversations/{conversationId}/participants/{userId}
Add or update a participant
joinConversation 2 params body → 200401
DELETE
/conversations/{conversationId}/participants/{userId}
Remove a participant
leaveConversation 2 params → 200401
PATCH
/users/{userId}/conversations/{conversationId}
Mark a conversation read or unread for a user
markConversationRead 2 params body → 200401

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.

ParticipationInput
object
2 properties
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

talkjs-participants-api-openapi.yml Raw ↑

Other APIs TalkJS publishes across the network.

TalkJS Webhooks API
TalkJS Conversations API
TalkJS Import API
TalkJS Messages API
TalkJS Users API