{ "opencollection": "1.0.0", "info": { "name": "Cloudflare Zero Trust Network Access Devices API", "version": "4.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Devices", "type": "folder" }, "items": [ { "info": { "name": "List WARP devices", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/devices/physical-devices", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List WARP devices" }, { "info": { "name": "Get a WARP device", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/devices/physical-devices/:device_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "device_id", "value": "", "type": "path" } ] }, "docs": "Get a WARP device" }, { "info": { "name": "Delete a WARP device", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/devices/physical-devices/:device_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "device_id", "value": "", "type": "path" } ] }, "docs": "Delete a WARP device" }, { "info": { "name": "Revoke registrations for a device", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/devices/physical-devices/:device_id/revoke", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "device_id", "value": "", "type": "path" } ] }, "docs": "Revoke registrations for a device" } ] } ], "bundled": true }