{ "opencollection": "1.0.0", "info": { "name": "PolyAPI Platform API Functions Environments API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "PolyAPI List environments", "type": "http" }, "http": { "method": "GET", "url": "https://na1.polyapi.io/environments" }, "docs": "Retrieve a list of all environments." }, { "info": { "name": "PolyAPI Get an environment", "type": "http" }, "http": { "method": "GET", "url": "https://na1.polyapi.io/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The unique identifier of the environment." } ] }, "docs": "Retrieve details of a specific environment by its ID." } ] } ], "bundled": true }