{ "opencollection": "1.0.0", "info": { "name": "Vantor Hub Account Services Accounts API Keys API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "List API Keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.maxar.com/admin/v1/accounts/:accountId/api-keys", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "List API Keys" }, { "info": { "name": "Create API Key", "type": "http" }, "http": { "method": "POST", "url": "https://api.maxar.com/admin/v1/accounts/:accountId/api-keys", "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create API Key" }, { "info": { "name": "Revoke API Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.maxar.com/admin/v1/accounts/:accountId/api-keys/:keyId", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "keyId", "value": "", "type": "path" } ] }, "docs": "Revoke API Key" } ] } ], "bundled": true }