Overview
Adds the authenticated user to the specified space. Public spaces can be joined without an invite code. Private spaces require a validinvite_code.
Endpoint
Requires authentication. Include a Bearer token in the
Authorization header.Request
Path parameters
The unique ID of the space to join.
Body parameters
An invite code for the space. Required when joining a private space. Optional for public spaces.
Response
A confirmation message indicating the user successfully joined the space.
Example
TypeScript
