v1
latestOpenAPI 3.0.12026-07-142257126.4 KBapps
Lists apps
List all applications for the specified account ID.
get/accounts/{account_id}/apps
Path parameters
account_idstring required
The account ID for which to retrieve the associated applications.
Response
List of apps for the specified account are returned
Example response
[
{
"accountId": "WgRpOB",
"id": "28AB6x",
"name": "Default",
"status": "enabled",
"tlsOnly": true
}
]