Skip to content

Fetch a page by fullpath

GET
/pages/{page_id}

Authorizations

bearerToken|siteContext
bearerToken

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

TypeHTTP (bearer)
+
siteContext

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

TypeAPI Key (header: X-Nimbu-Site)
or
siteToken

Site-scoped API token that already encodes the site context.

TypeHTTP (bearer)

Parameters

Path Parameters

page_id*

Page identifier or fullpath

Typestring
Required

Responses

page returned by fullpath

application/json
JSON
{
"id": "string",
"url": "string",
"created_at": "string",
"updated_at": "string",
"published": true,
"homepage": true,
"template": "string",
"channel": "string",
"filter": "string",
"depth": 0,
"security_mechanism": "string",
"locales": [
"string"
],
"fixed_locale": "string",
"position": 0,
"og_image": {
},
"parent": "string",
"parent_path": "string",
"public_url": "string",
"slug": "string",
"fullpath": "string",
"title": "string",
"seo_title": "string",
"seo_description": "string",
"seo_keywords": "string",
"items": {
}
}

Playground

Authorization
Variables
Key
Value

Samples

Part of Nimbu, built by Zenjoy.