{ "opencollection": "1.0.0", "info": { "name": "Planning Center Calendar Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.planningcenteronline.com/webhooks/v2/subscriptions" }, "docs": "List webhook subscriptions" }, { "info": { "name": "Create a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.planningcenteronline.com/webhooks/v2/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe to an available event. Deliveries are outbound HTTPS POST to the subscription URL." }, { "info": { "name": "Get a webhook subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.planningcenteronline.com/webhooks/v2/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Get a webhook subscription" }, { "info": { "name": "Delete a webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.planningcenteronline.com/webhooks/v2/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource ID." } ] }, "docs": "Delete a webhook subscription" }, { "info": { "name": "List available webhook events", "type": "http" }, "http": { "method": "GET", "url": "https://api.planningcenteronline.com/webhooks/v2/available_events" }, "docs": "List available webhook events" }, { "info": { "name": "List delivered events for a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.planningcenteronline.com/webhooks/v2/subscriptions/:subscription_id/events", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ] }, "docs": "List delivered events for a subscription" } ] } ], "bundled": true }