v9

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0122134244.7 KB

Create Session With Id

post/apps/{app_name}/users/{user_id}/sessions/{session_id}

Path parameters

app_namestring required
user_idstring required
session_idstring required

Request body

object nullable required

Response

Successful Response

idstring required

Unique identifier of the session.

appNamestring required

Application name that owns the session.

userIdstring required

User ID that owns the session.

stateobject

Current persisted session state.

lastUpdateTimenumber

Unix timestamp in seconds for the most recent session update.