GET
/
websites
/
{hostname}
curl --request GET \
  --url http://localhost:8080/websites/{hostname}
{
  "hostname": "<string>",
  "summary": {
    "visitors": 123
  }
}

Authorizations

_me_sess
string
cookierequired

Session token for authentication.

Path Parameters

hostname
string
required

Hostname for the website.

Cookies

_me_sess
string
required

Session token for authentication.

Response

200 - application/json
hostname
string
required
summary
object