cURL
curl --request GET \ --url https://api.app.shinzo.ai/spotlight/analytics/sessions/{sessionUuid}/share \ --header 'Authorization: Bearer <token>'
Check if a session is shared and get the share token.
curl -X GET https://api.app.shinzo.ai/spotlight/analytics/sessions/sess_abc123/share \ -H "Authorization: Bearer <jwt_token>"
{ "is_shared": true, "share_token": "shr_xyz789abc123", "share_url": "https://app.shinzo.ai/shared/shr_xyz789abc123", "shared_at": "2025-01-20T14:00:00Z" }
{ "is_shared": false }
200
401
404