Join Space Session
Join the real-time session for a space. This registers your presence and allows you to receive space events.
Authentication
Requires a valid user JWT token.
Path Parameters
UUID of the space. Use me for your own space: POST /api/v1/spaces/me/session/join.
Response
Whether the joining user owns the space.
Example
curl -X POST https://api.ama2.me/api/v1/spaces/me/session/join \
-H "Authorization: Bearer YOUR_JWT_TOKEN"