Sites

List sites

GET/sites

Returns every site the authenticated user can access.

Parameters

Authorizationheaderstringrequired
Authentication credentials, e.g. Bearer <token> (bearerAuth (http bearer)).
limitqueryinteger
Maximum number of results to return.
offsetqueryinteger
Number of results to skip.

Responses

200A list of sites.
idstringrequired
namestringrequired
Display name of the site.
domainstringrequired
Primary domain, without protocol.
createdAtstring
200 example

Code samples

cURL
Last updated on