{ "opencollection": "1.0.0", "info": { "name": "PingOne Platform Configuration Management API", "version": "2026.01.07-beta" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Configuration Management", "type": "folder" }, "items": [ { "info": { "name": "createSnapshot", "type": "http" }, "http": { "method": "POST", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/snapshots", "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" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getSnapshotById", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/snapshots/:snapshotID", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "snapshotID", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" } ] } }, { "info": { "name": "getVersionsBySnapshotId", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/snapshots/:snapshotID/versions", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "snapshotID", "value": "", "type": "path" } ] } }, { "info": { "name": "getVersionByIdUsingSnapshotId", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/snapshots/:snapshotID/versions/:versionID", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "snapshotID", "value": "", "type": "path" }, { "name": "versionID", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query" }, { "name": "attributes", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" } ] } } ] } ], "bundled": true }