{ "opencollection": "1.0.0", "info": { "name": "NetBird REST Accounts Setup Keys API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Setup Keys", "type": "folder" }, "items": [ { "info": { "name": "List all Setup Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.netbird.io/api/setup-keys", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of all Setup Keys" }, { "info": { "name": "Create a Setup Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.netbird.io/api/setup-keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a setup key" }, { "info": { "name": "Retrieve a Setup Key", "type": "http" }, "http": { "method": "GET", "url": "https://api.netbird.io/api/setup-keys/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path", "description": "The unique identifier of a setup key" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get information about a setup key" }, { "info": { "name": "Update a Setup Key", "type": "http" }, "http": { "method": "PUT", "url": "https://api.netbird.io/api/setup-keys/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path", "description": "The unique identifier of a setup key" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update information about a setup key" }, { "info": { "name": "Delete a Setup Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.netbird.io/api/setup-keys/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path", "description": "The unique identifier of a setup key" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Setup Key" } ] } ], "bundled": true }