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