Nimbu Developer Docs
ReferenceSites

Fetch site settings

GET
/sites/{site_id}/settings

Authorization

AuthorizationBearer <token>

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

In: header

X-Nimbu-Site<token>

Identifier of the site context when authenticating with a personal access token.

In: header

Path Parameters

site_id*string

Site identifier (id or subdomain)

Response Body

application/json

curl -X GET "https://example.com/sites/string/settings"
{
  "name": "string",
  "invoice_name": "string",
  "invoice_logo": "http://example.com",
  "invoice_address_fallback": {},
  "favicon": "http://example.com",
  "shop_address": {},
  "shipping_address": {},
  "default_locale": "string",
  "locales": [
    "string"
  ]
}
Empty