Skip to content

Retrieve a site

GET
/sites/{site_id}

Authorizations

bearerToken

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

TypeHTTP (bearer)

Parameters

Path Parameters

site_id*

Site identifier (id or subdomain)

Typestring
Required

Responses

site returned

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
Variables
Key
Value

Samples

Part of Nimbu, built by Zenjoy.