cURL
curl --request GET \ --url http://localhost:8080/websites/{hostname}
{ "hostname": "<string>", "summary": { "visitors": 123 } }
Get website details for an individual website.
Session token for authentication.
Hostname for the website.
1 - 253
"_me_sess=token; Path=/; HttpOnly; SameSite=Lax; Secure"
OK
Response body for getting a website.