{ "opencollection": "1.0.0", "info": { "name": "PingOne Platform Configuration Management Environments API", "version": "2026.01.07-beta" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "getEnvironments", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "expand", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] } }, { "info": { "name": "createEnvironment", "type": "http" }, "http": { "method": "POST", "url": "https://api.pingone.{tld}/{basePath}/environments", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getEnvironmentById", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query" } ] } }, { "info": { "name": "replaceEnvironmentById", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteEnvironmentById", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" } ] } }, { "info": { "name": "getBillOfMaterialsByEnvironmentId", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/billOfMaterials", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" } ] } }, { "info": { "name": "replaceBillOfMaterialsByEnvironmentId", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/billOfMaterials", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }