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

Authorizations

_me_sess
string
cookie
required

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.

Example:

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

Response

200
application/json
Returns a list of websites.
hostname
string
required
Required string length: 1 - 253
summary
object