Pages
Get a page by slug
Read a Page by the slug in its URL, including a slug it had before a rename.
GET
The read half of the by-slug handle. Resolves the Page that holds this slug now, or the Page that held it before a rename, so a job that only knows its slug can check what is live. The response carries the Page’s current slug.
Authorization
string
required
Bearer mac_live_…Path parameters
string
required
1 to 63 lowercase letters, digits and dashes. Anything else is
422 VALIDATION_FAILED.Query parameters
string
content to include the current version’s HTML.Response
boolean
true on success.object
The Page, with
content when you asked for it. Same fields as Get a page.
