GET
/
site-minimal
curl --request GET \
  --url https://{appDomain}/site-minimal \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "has_pulse": true,
    "software_version": "<string>",
    "software_id": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Standard JWT token obtained via a separate authentication process. Required for most user-facing API endpoints.

Response

200
application/json

A minimal list of sites.

The response is of type object[].