{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Step Up Authentication Providers API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Step Up Authentication Providers", "type": "folder" }, "items": [ { "info": { "name": "Search", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/step-up/providers", "body": { "type": "json", "data": "{}" } }, "docs": "Search allows searching for step-up providers with various filters" }, { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/step-up/providers" }, "docs": "Invokes the c1.api.stepup.v1.StepUpProviderService.List method." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/step-up/providers", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.stepup.v1.StepUpProviderService.Create method." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/step-up/providers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Invokes the c1.api.stepup.v1.StepUpProviderService.Get method." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/step-up/providers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.stepup.v1.StepUpProviderService.Update method." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/step-up/providers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.stepup.v1.StepUpProviderService.Delete method." }, { "info": { "name": "Update Secret", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/step-up/providers/:id/secret", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.stepup.v1.StepUpProviderService.UpdateSecret method." }, { "info": { "name": "Test", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/step-up/providers/:id/test", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.stepup.v1.StepUpProviderService.Test method." } ] } ], "bundled": true }