Skip to content

Get Shared Session Details

GET
/share/{shareId}

Retrieves information about a shared session by its unique share ID. Returns session details including the associated entry information, permissions, and organization context. This endpoint is used to access sessions that have been shared by other users.

Parameters

Path Parameters

shareId*

The unique identifier of the shared session

Type
string
Required

Responses

Shared session details including server info, permissions, and organization

application/json
JSON
{
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License