Skip to content

List sites accessible to the current user​

GET
/sites

Authorizations​

bearerToken

Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.

TypeHTTP (bearer)

Responses​

sites listed

application/json
JSON
[
{
"id": "string",
"url": "string",
"name": "string",
"subdomain": "string",
"domain": "string",
"domain_url": "string",
"account": "string",
"created_at": "string",
"updated_at": "string",
"settings_url": "string",
"domains": [
{
"id": "string",
"domain": "string"
}
]
}
]

Playground​

Authorization

Samples​