Api Documentation

Appcms

AppCMS Allows you to customize your menu, Adding external links, apps, files and more.
Retrieves a collection of AppCMS Links and information about them.
Retrieves a single AppCMS Link and information about it.
Creates a new AppCMS Link. When an image tag is included in the content field of a type "page", these files are downloaded. They need to be publicly accessible. We support PNG and JPEG image file types.
Json
XML
DELETE https://api.bundeling.com/V2/appcms

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify an AppCMS Linkstring

Example request

Headers

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

Example response

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