cURL
curl --request POST \ --url https://api.example.com/anonymous-session
{ "sessionId": "<string>", "token": "<string>" }
The session Id
token
Was this page helpful?