{ "opencollection": "1.0.0", "info": { "name": "PingOne Platform Configuration Management DaVinci Admin Application Flow Policies API", "version": "2026.01.07-beta" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "DaVinci Admin Application Flow Policies", "type": "folder" }, "items": [ { "info": { "name": "getFlowPoliciesByDavinciApplicationId", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/davinciApplications/:davinciApplicationID/flowPolicies", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "davinciApplicationID", "value": "", "type": "path" } ] } }, { "info": { "name": "createFlowPolicyByDavinciApplicationId", "type": "http" }, "http": { "method": "POST", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/davinciApplications/:davinciApplicationID/flowPolicies", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "davinciApplicationID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getFlowPolicyByIdUsingDavinciApplicationId", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/davinciApplications/:davinciApplicationID/flowPolicies/:flowPolicyID", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "davinciApplicationID", "value": "", "type": "path" }, { "name": "flowPolicyID", "value": "", "type": "path" } ] } }, { "info": { "name": "replaceFlowPolicyByIdUsingDavinciApplicationId", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/davinciApplications/:davinciApplicationID/flowPolicies/:flowPolicyID", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "davinciApplicationID", "value": "", "type": "path" }, { "name": "flowPolicyID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteFlowPolicyByIdUsingDavinciApplicationId", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/davinciApplications/:davinciApplicationID/flowPolicies/:flowPolicyID", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "davinciApplicationID", "value": "", "type": "path" }, { "name": "flowPolicyID", "value": "", "type": "path" } ] } }, { "info": { "name": "getEventsByDavinciApplicationIdAndFlowPolicyId", "type": "http" }, "http": { "method": "GET", "url": "https://api.pingone.{tld}/{basePath}/environments/:environmentID/davinciApplications/:davinciApplicationID/flowPolicies/:flowPolicyID/events", "headers": [ { "name": "X-Ping-External-Session-ID", "value": "" }, { "name": "X-Ping-External-Transaction-ID", "value": "" } ], "params": [ { "name": "environmentID", "value": "", "type": "path" }, { "name": "davinciApplicationID", "value": "", "type": "path" }, { "name": "flowPolicyID", "value": "", "type": "path" } ] } } ] } ], "bundled": true }