v1

latestSwagger 2.02026-07-176862225.3 KB
session

Create session

Create a new session. Optionally associate with a user identifier. You can also specify a custom UUID using use_uuid.

post/session

Request body

configsobject
disable_task_trackingboolean
use_uuidstring
userstring

Example request

{
  "use_uuid": "123e4567-e89b-12d3-a456-426614174000",
  "user": "alice@acontext.io"
}

Response

Created

codeinteger
errorstring
msgstring