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