{ "opencollection": "1.0.0", "info": { "name": "Schematic accesstokens Webhooks API", "version": "0.1" }, "request": { "auth": { "type": "apikey", "key": "X-Schematic-Api-Key", "value": "{{X-Schematic-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook events", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/webhook-events", "params": [ { "name": "ids", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "webhook_id", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Page limit (default 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Page offset (default 0)" } ] }, "docs": "List webhook events" }, { "info": { "name": "Get webhook event", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/webhook-events/:webhook_event_id", "params": [ { "name": "webhook_event_id", "value": "", "type": "path", "description": "webhook_event_id" } ] }, "docs": "Get webhook event" }, { "info": { "name": "Count webhook events", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/webhook-events/count", "params": [ { "name": "ids", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "webhook_id", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Page limit (default 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Page offset (default 0)" } ] }, "docs": "Count webhook events" }, { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/webhooks", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Page limit (default 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Page offset (default 0)" } ] }, "docs": "List webhooks" }, { "info": { "name": "Create webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.schematichq.com/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create webhook" }, { "info": { "name": "Get webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "webhook_id" } ] }, "docs": "Get webhook" }, { "info": { "name": "Update webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.schematichq.com/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "webhook_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update webhook" }, { "info": { "name": "Delete webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.schematichq.com/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path", "description": "webhook_id" } ] }, "docs": "Delete webhook" }, { "info": { "name": "Count webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/webhooks/count", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Page limit (default 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Page offset (default 0)" } ] }, "docs": "Count webhooks" } ] } ], "bundled": true }