Get all sites for the authenticated user

Returns sites for the authenticated user's auto-group.
By default only active sites are returned (includeInactive=0).
Pass includeInactive=1 to include inactive sites.

Paging (opt-in): send page and/or pageSize to enable Redis snapshot pagination.
Omitting both returns the full unpaged { sites } list (backward compatible).
On the first paged request (no cacheId), the API freezes the ordered ID list in Redis
and returns page metadata plus cacheId. Subsequent pages require that cacheId.
Sessions use a 2-minute sliding TTL with a 10-minute hard max age from create.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
enum
Defaults to 0

0 (default) = active sites only; 1 = include inactive sites.

Allowed:
integer
≥ 1
Defaults to 1

Page number (1-based). Opt-in paging when present. Required with cacheId for page > 1.

integer
1 to 150
Defaults to 50

Page size when paging. Must match the session pageSize on later pages.

uuid

Opaque paging session id from a prior paged response. Required when page > 1.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json