v1
latestOpenAPI 3.0.12026-07-142257126.4 KBapps
Creates an app
Creates an application with the specified properties.
post/accounts/{account_id}/apps
Path parameters
account_idstring required
The account ID of the account in which to create the application.
Request body
Example request
{
"name": "My App",
"status": "enabled",
"tlsOnly": true
}Response
App created
Example response
{
"accountId": "WgRpOB",
"id": "28AB6x",
"name": "Default",
"status": "enabled",
"tlsOnly": true
}