v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBV4 Session
Create an anonymous session under a given site
Creates an anonymous session under a given site.
post/v4/anonymous-sessions/{site}
Path parameters
sitestring required
The site ID
Response
OK
Example response
{
"tenantId": "company",
"subTenantId": "company|demo",
"expiryDate": "2025-02-08 14:29 PM UTC",
"startDate": "2024-02-08 14:29 PM UTC",
"authenticated": true,
"state": "authenticated",
"device": "pc",
"browser": "Chrome",
"os": "Mac OSX",
"city": "London",
"geoState": "London",
"deviceName": "Apple Macintosh",
"country": "GB",
"session_id": "26a73b7a-f7d0-48d8-85dd-a04b07313895",
"user_id": "UU0123456789ABCD"
}