{ "opencollection": "1.0.0", "info": { "name": "Air Company Tier API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Company Tier", "type": "folder" }, "items": [ { "info": { "name": "Get tier config", "type": "http" }, "http": { "method": "GET", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/tier-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 tier config for the company." }, { "info": { "name": "Updates Tier config", "type": "http" }, "http": { "method": "PUT", "url": "https://api-ext-sboxmeta.partners.spotnana.com/v2/companies/:companyId/tier-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 Tier config for the company at TMC level." } ] } ], "bundled": true }