GET
/
site
/
recent
curl --request GET \
  --url https://{appDomain}/site/recent \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "model": "<string>",
    "version": "<string>",
    "ip_address": "127.0.0.1",
    "online": true,
    "last_seen": "10 minutes ago",
    "accessed_at": "2023-11-07T05:31:56Z"
  }
]

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 list of recently accessed sites.

The response is of type object[].