Api Documentation

Page layouts

Page layouts define the structure and components for mobile app pages.
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.
Json
XML
DELETE https://api.bundeling.com/V2/page_layouts/:uuid

Parameters

Url

NameDescriptionType
uuidA unique identifier for the page layoutstring

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "status": "Delete successful"
}