POST
/
websites
curl --request POST \
  --url http://localhost:8080/websites \
  --header 'Content-Type: application/json' \
  --data '{
  "hostname": "<string>"
}'
{
  "hostname": "<string>",
  "summary": {
    "visitors": 123
  }
}

Authorizations

_me_sess
string
cookierequired

Session token for authentication.

Body

application/json
hostname
string
required

Response

201 - application/json
hostname
string
required
summary
object