Skip to main content
GET
List sites

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

sort
string

Sort order, use: title, subdomain, for descending order use '-' e.g. &sort=-title

page[number]
number
page[size]
number

Number of documents

fields[sites]
string

Partial attributes as specified, e.g. fields[sites]=title,subdomain

filter[title_cont]
string

Filter by title contains, for example ?filter[title_cont]=training

filter[subdomain_cont]
string

Filter by subdomain contains, for example ?filter[subdomain_cont]=training

Response

Success, lists sites which the current user may access

data
object[]