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