v1

latestOpenAPI 3.0.3AGPL-3.0-or-later2026-07-2687268192.4 KB
Token

Exchange one time token for session

Provide a one time token (e.g. obtained through the thirdparty callback) to retrieve a session JWT as cookie and/or via X-Auth-Token header.

post/token

Request body

valuestring base64url

Response

Successful token exchange

user_idstring uuid4

Example response

{
  "user_id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
}