Skip to main content
POST
/
v1
/
sessions
/
track
Bind the runtime sessionId to the session (attribution)
curl --request POST \
  --url https://api.alakazam.gg/v1/sessions/track \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reactorSessionId": "<string>",
  "token": "<string>"
}
'
{
  "detail": "<string>",
  "errors": [
    "<string>"
  ],
  "schemaVersion": "<string>"
}

Authorizations

Authorization
string
header
required

The scoped runtime session JWT from POST /v1/sessions/token. The embed's browser presents it (Authorization: Bearer, or a token body field) to the runtime exchange routes. Not an API key.

Body

application/json
reactorSessionId
string
required
token
string

Response

Bound.