{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Organization Webhook API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organization Webhook", "type": "folder" }, "items": [ { "info": { "name": "List organization webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/webhook", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ] }, "docs": "List organization webhooks" }, { "info": { "name": "Create an organization webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/organization/:organizationId/webhook", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization webhook." }, { "info": { "name": "List events of a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/webhook/:webhookId/event", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "webhookId", "value": "", "type": "path", "description": "Webhook ID" } ] }, "docs": "List events of a webhooks" }, { "info": { "name": "Get an Organization webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/webhook/:webhookId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "webhookId", "value": "", "type": "path", "description": "Webhook ID" } ] }, "docs": "Get an Organization webhook" }, { "info": { "name": "Edit an organization webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/organization/:organizationId/webhook/:webhookId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "webhookId", "value": "", "type": "path", "description": "Webhook ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit an organization webhook" }, { "info": { "name": "Delete organization webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.qovery.com/organization/:organizationId/webhook/:webhookId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "webhookId", "value": "", "type": "path", "description": "Webhook ID" } ] }, "docs": "Delete organization webhook" } ] } ], "bundled": true }