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

Authorizations

_me_sess
string
cookierequired

Session token for authentication.

Query Parameters

summary
boolean
default: false

Return a summary of the stats.

Cookies

_me_sess
string
required

Session token for authentication.

Response

200 - application/json
hostname
string
required
summary
object