GET
/
site
/
internal
/
online
curl --request GET \
  --url https://{appDomain}/site/internal/online \
  --header 'Authorization: Bearer <token>'
[
  "3c90c3cc-0d44-4b50-8888-8dd25736052a"
]

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

An array of UUIDs for online sites.

The response is of type string[].