Session Sharing
Share sessions with others by creating public shareable links. Shared sessions can be viewed without authentication.Create Share Link
Create a shareable link for a session.Endpoint
Authentication
Requires JWT token authentication.Path Parameters
| Parameter | Type | Description |
|---|---|---|
sessionUuid | string | The session UUID to share |
Example Request
Response
Get Share Status
Check if a session is shared and get the share token.Endpoint
Authentication
Requires JWT token authentication.Example Request
Response (Shared)
Response (Not Shared)
Remove Sharing
Remove the shareable link for a session.Endpoint
Authentication
Requires JWT token authentication.Example Request
Response
View Shared Session
View a shared session using the share token. This endpoint is public and does not require authentication.Endpoint
Authentication
None required.Path Parameters
| Parameter | Type | Description |
|---|---|---|
shareToken | string | The share token from the share URL |
Example Request
Response
Status Codes
| Code | Description |
|---|---|
200 | Success |
404 | Share token not found or expired |

