Page layouts
Page layouts define the structure and components for mobile app pages.
Retrieves a collection of page layouts.
Retrieves a single page layout with its components.
Creates a new page layout. Only available to API keys without user authentication.
Updates an existing page layout. Only available to API keys without user authentication.
Deletes a page layout and its components. Only available to API keys without user authentication.
GET https://api.bundeling.com/V2/page_layouts
Includes
Example request
Headers
Example response
{
"data": [
{
"uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
"name": "Home Page Layout",
"description": "Main landing page layout",
"search_bar_enabled": true,
"action_bar_image_uuid": null,
"action_bar_image_layout_variant": "hero",
"action_bar_image_height": null,
"action_bar_title": null,
"external_reference": "12345",
"creationdate": "2026-07-03T06:06:40+0200",
"lastupdate": "2026-08-02T06:06:40+0200"
}
],
"pagination": {
"total": 1,
"per_page": 100,
"current_page": 1,
"total_pages": 1
}
}