cURL
curl --request POST \ --url https://api.example.com/anonymous-session/handoff \ --header 'Content-Type: application/json' \ --data ' { "sessionId": "<string>" } '
{ "transferredCount": 123 }
Anonymous session id to transfer
Number of relations transferred
Was this page helpful?