{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Webhook API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhook", "type": "folder" }, "items": [ { "info": { "name": "Search", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.webhooks.v1.WebhooksSearch.Search method." }, { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/webhooks", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Invokes the c1.api.webhooks.v1.WebhooksService.List method." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.webhooks.v1.WebhooksService.Create method." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Invokes the c1.api.webhooks.v1.WebhooksService.Get method." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.webhooks.v1.WebhooksService.Update method." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.webhooks.v1.WebhooksService.Delete method." }, { "info": { "name": "Test", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/webhooks/:id/test", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.webhooks.v1.WebhooksService.Test method." } ] } ], "bundled": true }