{ "opencollection": "1.0.0", "info": { "name": "PingOne Platform Configuration Management DaVinci Admin Flow Versions API", "version": "2026.01.07-beta" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "DaVinci Admin Flow Versions", "type": "folder" }, "items": [ { "info": { "name": "getVersionsByFlowId", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/flows/:flowID/versions", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "flowID", "value": "", "type": "path" } ] } }, { "info": { "name": "getVersionByIdUsingFlowId", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/flows/:flowID/versions/:versionID", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "flowID", "value": "", "type": "path" }, { "name": "versionID", "value": "", "type": "path" } ] } }, { "info": { "name": "deleteVersionByIdUsingFlowId", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/flows/:flowID/versions/:versionID", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "flowID", "value": "", "type": "path" }, { "name": "versionID", "value": "", "type": "path" } ] } }, { "info": { "name": "replaceAliasByFlowIdAndVersionId", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/flows/:flowID/versions/:versionID/alias", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "flowID", "value": "", "type": "path" }, { "name": "versionID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getDetailsByFlowIdAndVersionId", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/flows/:flowID/versions/:versionID/details", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "expand", "value": "", "type": "query" }, { "name": "environmentID", "value": "", "type": "path" }, { "name": "flowID", "value": "", "type": "path" }, { "name": "versionID", "value": "", "type": "path" } ] } } ] } ], "bundled": true }