v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2113138232.4 KB
pages

show details for a page

Retrieve details for a single Page object specified by ID.

get/api/pages/{id}

Path parameters

idinteger required

The unique ID of the page.

Response

successful

titlestring required

Title of the page

slugstring required

Used to link to this page in URLs, must be unique and URL-safe

descriptionstring required

For internal use, helps similar pages from one another

body_markdownstring nullable

The text (in markdown) of the ad (required)

body_jsonstring nullable

For JSON pages, the JSON body

is_top_level_pathboolean

If true, the page is available at '/{slug}' instead of '/page/{slug}', use with caution

social_imageobject nullable
template'contained' | 'full_within_layout' | 'nav_bar_included' | 'json' | 'css' | 'txt' required

Controls what kind of layout the page is rendered in