Endpoints
Get page
Retrieve the content structure of a page to see all sections and their editable fields.
GET
Returns a page with all its sections and their content fields. Only text, media URLs, and button links are returned — no style or layout fields. Use this endpoint to discover the exact field names before calling the fill endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.ecomwize.io/llms.txt
Use this file to discover all available pages before exploring further.
The unique ID of the page. Get it from the list pages endpoint.
Bearer token. Example:
Bearer ew_live_your_key_hereResponse
Content field naming
Content fields follow a consistent naming pattern:| Pattern | Example | Description |
|---|---|---|
{type}_heading | hero01_heading | Main heading text |
{type}_subheading | hero01_subheading | Subheading text |
{type}_btn | hero01_btn | Button text |
{type}_bullet_N | benefit01_bullet_1 | Bullet point |
{type}_faq_N_question | faq01_faq_1_question | FAQ question |
{type}_faq_N_answer | faq01_faq_1_answer | FAQ answer |
imageUrl | Image or video URL | |
buttonLink | Button destination |
Nested content
Some sections contain nested content in arrays:| Key | Sections | Contains |
|---|---|---|
cards | Testimonials, UGC, Ingredients | Quotes, authors, images per card |
snippets | Product, Advertorial | Bullet lists, FAQs, tags, notice boxes |
bullets | Benefit sections | Bullet titles and descriptions |
sidebar | Advertorial | Sidebar tag, title, bullets, button text |
items | Banner | Image URLs per item |
Fields like colors, font sizes, alignment, toggles, and icons are never returned. Your design stays exactly as you built it in the editor.