Skip to Content
Welcome to Festie! 🎪 The ultimate festival management platform is here!
Public REST APIGET /page-toppers

GET /page-toppers

Returns topper data configured for a public website page.

GET /public-api/v1/page-toppers

Query Parameters

NameTypeRequiredNotes
pageSlugstringNoWebsite page slug.
pageIdstringNoWebsite page id.
placeholderIdUUIDNoSpecific topper placeholder id.

Send at least one selector that identifies the website page or placeholder.

Example

curl \
  -H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
  "https://testapi.festie.app/public-api/v1/page-toppers?pageSlug=home"

Response Shape

{ "context": {}, "page": {}, "toppers": [] }

The response is intended for website sections that render topper blocks.

Last updated on