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",
"domain": "string",
"domain_url": "string",
"subdomain": "string",
"account": "string",
"created_at": "string",
"updated_at": "string"
}
]

Playground

Authorization

Samples

Part of Nimbu, built by Zenjoy.