Skip to main content
GET
List sites for Organization

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organization
string
required

The organization slug

Query Parameters

page[size]
integer
default:30

The number of results that will be returned per page.

page[cursor]
string

The cursor to start the pagination from.

filter[name]
string
include
enum<string>[]
Available options:
server,
serverCount,
serverExists,
tags,
tagsCount,
tagsExists,
latestDeployment,
latestDeploymentCount,
latestDeploymentExists,
securityRules,
securityRulesCount,
securityRulesExists,
redirectRules,
redirectRulesCount,
redirectRulesExists

Response

Paginated set of SiteResource

data
SiteResource · object[]
required
meta
object
required
included
(ServerResource · object | TagResource · object | DeploymentResource · object | SecurityRuleResource · object | RedirectRuleResource · object)[]