GET /page-toppers
Returns topper data configured for a public website page.
GET /public-api/v1/page-toppersQuery Parameters
| Name | Type | Required | Notes |
|---|---|---|---|
pageSlug | string | No | Website page slug. |
pageId | string | No | Website page id. |
placeholderId | UUID | No | Specific 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