{ "opencollection": "1.0.0", "info": { "name": "Air Stealth Config API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Stealth Config", "type": "folder" }, "items": [ { "info": { "name": "Get stealth config", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/stealth-config", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." }, { "name": "companyRole", "value": "ORG", "type": "query" } ] }, "docs": "This endpoint fetches the stealth config for the company." }, { "info": { "name": "Updates Stealth config", "type": "http" }, "http": { "method": "PUT", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/stealth-config", "params": [ { "name": "companyId", "value": "4974a66b-7493-4f41-908c-58ba81093947", "type": "path", "description": "Identifier for company." }, { "name": "companyRole", "value": "ORG", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint stores Stealth config for the company." } ] } ], "bundled": true }