{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Policy API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Policy", "type": "folder" }, "items": [ { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/policies", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List policies." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/policies", "body": { "type": "json", "data": "{}" } }, "docs": "Create a policy." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/policies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a policy by ID." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/policies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a policy by providing a policy object and an update mask." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/policies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a policy by ID." }, { "info": { "name": "Test", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/policies/test-account-provision-policy", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.policy.v1.AccountProvisionPolicyTest.Test method." }, { "info": { "name": "Validate Cel", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/policies/validate/cel", "body": { "type": "json", "data": "{}" } }, "docs": "Validate policies" }, { "info": { "name": "Search", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/policies", "body": { "type": "json", "data": "{}" } }, "docs": "Search policies based on filters specified in the request body." } ] } ], "bundled": true }