{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Step Up Authentication Transactions API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Step Up Authentication Transactions", "type": "folder" }, "items": [ { "info": { "name": "Search", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/step-up/transactions", "body": { "type": "json", "data": "{}" } }, "docs": "Search allows searching for step-up transactions with various filters" }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/step-up/transactions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get retrieves a specific step-up transaction by ID" } ] } ], "bundled": true }