{ "opencollection": "1.0.0", "info": { "name": "Tailscale REST Devices Keys API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Keys", "type": "folder" }, "items": [ { "info": { "name": "List keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.tailscale.com/api/v2/tailnet/:tailnet/keys", "params": [ { "name": "tailnet", "value": "", "type": "path" } ] }, "docs": "List keys" }, { "info": { "name": "Create key", "type": "http" }, "http": { "method": "POST", "url": "https://api.tailscale.com/api/v2/tailnet/:tailnet/keys", "params": [ { "name": "tailnet", "value": "", "type": "path" } ] }, "docs": "Create key" }, { "info": { "name": "Get key", "type": "http" }, "http": { "method": "GET", "url": "https://api.tailscale.com/api/v2/tailnet/:tailnet/keys/:keyId", "params": [ { "name": "tailnet", "value": "", "type": "path" }, { "name": "keyId", "value": "", "type": "path" } ] }, "docs": "Get key" }, { "info": { "name": "Delete key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tailscale.com/api/v2/tailnet/:tailnet/keys/:keyId", "params": [ { "name": "tailnet", "value": "", "type": "path" }, { "name": "keyId", "value": "", "type": "path" } ] }, "docs": "Delete key" } ] } ], "bundled": true }