cURL
curl --request GET \ --url http://localhost:8080/websites \ --cookie _me_sess=
[ { "hostname": "<string>", "summary": { "visitors": 123 } } ]
Get a list of all websites from the user.
Session token for authentication.
Return a summary of the stats.
"_me_sess=token; Path=/; HttpOnly; SameSite=Lax; Secure"
Returns a list of websites.
1 - 253
Show child attributes