{ "opencollection": "1.0.0", "info": { "name": "Overflow Open Campaigns Webhooks API", "version": "3.0" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Get Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://server.stage.overflow.co/api/v3/webhooks", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of webhook subscriptions to return." }, { "name": "page", "value": "", "type": "query", "description": "The page number of webhook subscriptions to return." }, { "name": "sortDirection", "value": "", "type": "query", "description": "Sort direction by webhook subscription created date. Defaults to descending." }, { "name": "status", "value": "", "type": "query", "description": "Filter by webhook subscription status." } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Returns webhook subscriptions for the authenticated nonprofit. Results are paginated using limit and page." }, { "info": { "name": "Get Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://server.stage.overflow.co/api/v3/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Returns a single webhook subscription by id for the authenticated nonprofit." }, { "info": { "name": "Get Webhook Event Logs", "type": "http" }, "http": { "method": "GET", "url": "https://server.stage.overflow.co/api/v3/webhooks/:webhookId/event-logs", "params": [ { "name": "webhookId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query", "description": "The number of webhook event logs to return." }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for loading the next page of webhook event logs." }, { "name": "sortDirection", "value": "", "type": "query", "description": "Sort direction by webhook event log attempt order. Defaults to descending." }, { "name": "status", "value": "", "type": "query", "description": "Filter by webhook delivery status." }, { "name": "webhookEventName", "value": "", "type": "query", "description": "Filter by webhook event name." } ], "auth": { "type": "apikey", "key": "x-client-id", "value": "{{x-client-id}}", "placement": "header" } }, "docs": "Returns webhook delivery logs for a webhook subscription owned by the authenticated nonprofit. Results are cursor paginated." } ] } ], "bundled": true }