{ "opencollection": "1.0.0", "info": { "name": "Tailscale REST Devices Tailnet API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tailnet", "type": "folder" }, "items": [ { "info": { "name": "List devices in a tailnet", "type": "http" }, "http": { "method": "GET", "url": "https://api.tailscale.com/api/v2/tailnet/:tailnet/devices", "params": [ { "name": "tailnet", "value": "", "type": "path" } ] }, "docs": "List devices in a tailnet" }, { "info": { "name": "List device attributes for a tailnet", "type": "http" }, "http": { "method": "GET", "url": "https://api.tailscale.com/api/v2/tailnet/:tailnet/device-attributes", "params": [ { "name": "tailnet", "value": "", "type": "path" } ] }, "docs": "List device attributes for a tailnet" } ] } ], "bundled": true }