{ "opencollection": "1.0.0", "info": { "name": "Cloudflare Zero Trust Network Access Deployment Groups API", "version": "4.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deployment Groups", "type": "folder" }, "items": [ { "info": { "name": "List deployment groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/devices/deployment-groups", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List deployment groups" }, { "info": { "name": "Create a deployment group", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/devices/deployment-groups", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Create a deployment group" }, { "info": { "name": "Get a deployment group", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/devices/deployment-groups/:group_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "group_id", "value": "", "type": "path" } ] }, "docs": "Get a deployment group" }, { "info": { "name": "Update a deployment group", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/devices/deployment-groups/:group_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "group_id", "value": "", "type": "path" } ] }, "docs": "Update a deployment group" }, { "info": { "name": "Delete a deployment group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/devices/deployment-groups/:group_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "group_id", "value": "", "type": "path" } ] }, "docs": "Delete a deployment group" } ] } ], "bundled": true }