{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Directory API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Directory", "type": "folder" }, "items": [ { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/directories", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List directories." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/directories", "body": { "type": "json", "data": "{}" } }, "docs": "Create a directory." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/directories/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" } ] }, "docs": "Get a directory by app_id." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PUT", "url": "https://{tenantDomain}.conductor.one/api/v1/directories/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a directory by app_id." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/directories/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a directory by app_id." } ] } ], "bundled": true }