Skip to main content
POST
/
guest
/
start
Start a new guest session
curl --request POST \
  --url https://api.example.com/guest/start
{
  "token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://txline-docs.txodds.com/llms.txt

Use this file to discover all available pages before exploring further.

Initiates a new, anonymous guest session and returns a short-lived JSON Web Token (JWT). This token must be provided as a Bearer token in the Authorization header for subsequent calls, such as the token activation endpoint.

Response

token
string
required
A short-lived JWT for the guest session