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

Authorizations

_me_sess
string
cookie
required

Session token for authentication.

Path Parameters

hostname
string
required

Hostname for the website.

Required string length: 1 - 253

Cookies

_me_sess
string
required

Session token for authentication.

Example:

"_me_sess=token; Path=/; HttpOnly; SameSite=Lax; Secure"

Response

200
application/json
OK

Response body for getting a website.

hostname
string
required
Required string length: 1 - 253
summary
object