v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Create an App

Creates a new app

post/apps

Request body

argumentsstring required

The arguments for the app configuration

typestring required

The type of application

hiddenboolean

Whether the app is hidden in the apps list. Apps that are not hidden are considered shared.

owner_page_idstring

The Page.ID of the page that owns the object.

folder_idstring

The Folder.ID of the folder which the app is located inside.

categorystring

category of the app

labelstring

Response

201

account_idstring
argumentsstring
created_atnumber
folder_idstring
idstring
labelstring
typestring
updated_atnumber

Example response

{
  "account_id": "5dba92731b5d034f7d8dcsad",
  "arguments": "theme=default&interval=6&hourlyForecast=false&useDeviceLocation=false&useMDYFormat=false&dailyForecast=false&show24hr=false&transition=&hideBox=false&bgType=stocks&whiteText=true&darkOverlay=false&zoomEffect=true&temperatureUnit=&font=&fontScale=1&stockMedia=https%3A%2F%2Fresources.telemetrytv.com%2Fbackgrounds%2Fphotos%2Fdefaults%2Frock-lines.jpg&sourcelocation=london",
  "created_at": 1639470488.636,
  "folder_id": "5dba9273aa4a7e31ffbc8d57",
  "id": "61b855981b5d03020e9bf218",
  "label": "Weather App Test",
  "type": "weather",
  "updated_at": 1639470488.636
}