Skip to main content
POST
/
anonymous-session
/
handoff
cURL
curl --request POST \
  --url https://api.example.com/anonymous-session/handoff \
  --header 'Content-Type: application/json' \
  --data '
{
  "sessionId": "<string>"
}
'
{
  "transferredCount": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

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

Body

application/json
sessionId
string
required

Anonymous session id to transfer

Response

200 - application/json
transferredCount
number
required

Number of relations transferred