Bootstrap a Live session
POST
/sessionResolves the channel and mints a session that holds the channel’s publishable key server-side. Hosted callers (channel resolved from the Host header or an explicit `domain`) receive an httpOnly cookie; embed callers (providing a `channelKey`) receive the session id in the body.
Request Body
Response
Session created.
status*"success"
data*any
metadata*any
Code Samples
No code examples available for this operation.