v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422181132.4 KB

Returns the session endpoint URL and a time-limited authentication token for the specified session. Use the endpoint and token to connect a client to the session. Call this operation again when the authentication token expires to obtain a new token.

get/applications/{applicationId}/sessions/{sessionId}/endpoint

Path parameters

applicationIdstring required

The ID of the application that the session belongs to.

sessionIdstring required

The ID of the session.

Response

Success

applicationIdstring required

The output contains the ID of the application.

sessionIdstring required

The output contains the ID of the session.

endpointstring required

The endpoint URL for connecting to the session.

authTokenstring password required

The authentication token for connecting to the session endpoint. Call <code>GetSessionEndpoint</code> again to obtain a new token before it expires.

authTokenExpiresAtstring date-time required

The expiration time of the authentication token.