Apps
List Apps
GET/accounts/{account_id}/magic/apps
Create a new App
POST/accounts/{account_id}/magic/apps
Update an App
PUT/accounts/{account_id}/magic/apps/{account_app_id}
Update an App
PATCH/accounts/{account_id}/magic/apps/{account_app_id}
Delete Account App
DELETE/accounts/{account_id}/magic/apps/{account_app_id}
ModelsExpand Collapse
AppListResponse = object { account_app_id, hostnames, ip_subnets, 3 more } or object { managed_app_id, hostnames, ip_subnets, 3 more } Collection of Hostnames and/or IP Subnets to associate with traffic decisions.
AppListResponse = object { account_app_id, hostnames, ip_subnets, 3 more } or object { managed_app_id, hostnames, ip_subnets, 3 more }
Collection of Hostnames and/or IP Subnets to associate with traffic decisions.
One of the following:
MagicAccountApp = object { account_app_id, hostnames, ip_subnets, 3 more } Custom app defined for an account.
MagicAccountApp = object { account_app_id, hostnames, ip_subnets, 3 more }
Custom app defined for an account.
MagicManagedApp = object { managed_app_id, hostnames, ip_subnets, 3 more } Managed app defined by Cloudflare.
MagicManagedApp = object { managed_app_id, hostnames, ip_subnets, 3 more }
Managed app defined by Cloudflare.
AppCreateResponse = object { account_app_id, hostnames, ip_subnets, 3 more } Custom app defined for an account.
AppCreateResponse = object { account_app_id, hostnames, ip_subnets, 3 more }
Custom app defined for an account.
AppUpdateResponse = object { account_app_id, hostnames, ip_subnets, 3 more } Custom app defined for an account.
AppUpdateResponse = object { account_app_id, hostnames, ip_subnets, 3 more }
Custom app defined for an account.
AppEditResponse = object { account_app_id, hostnames, ip_subnets, 3 more } Custom app defined for an account.
AppEditResponse = object { account_app_id, hostnames, ip_subnets, 3 more }
Custom app defined for an account.
AppDeleteResponse = object { account_app_id, hostnames, ip_subnets, 3 more } Custom app defined for an account.
AppDeleteResponse = object { account_app_id, hostnames, ip_subnets, 3 more }
Custom app defined for an account.