{ "opencollection": "1.0.0", "info": { "name": "Honeycomb Auth Recipients API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Honeycomb-Team", "value": "{{X-Honeycomb-Team}}", "placement": "header" } }, "items": [ { "info": { "name": "Recipients", "type": "folder" }, "items": [ { "info": { "name": "List all recipients", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeycomb.io/1/recipients" }, "docs": "Returns a list of all notification recipients configured for the team. Recipients are team-wide and not environment-specific." }, { "info": { "name": "Create a recipient", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeycomb.io/1/recipients", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new notification recipient. Supported types include PagerDuty, Email, Webhook, Microsoft Teams, and Slack." }, { "info": { "name": "Get a recipient", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeycomb.io/1/recipients/:recipientId", "params": [ { "name": "recipientId", "value": "", "type": "path", "description": "The unique identifier for the recipient." } ] }, "docs": "Returns a single recipient by its ID." }, { "info": { "name": "Update a recipient", "type": "http" }, "http": { "method": "PUT", "url": "https://api.honeycomb.io/1/recipients/:recipientId", "params": [ { "name": "recipientId", "value": "", "type": "path", "description": "The unique identifier for the recipient." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a recipient's notification target or configuration." }, { "info": { "name": "Delete a recipient", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.honeycomb.io/1/recipients/:recipientId", "params": [ { "name": "recipientId", "value": "", "type": "path", "description": "The unique identifier for the recipient." } ] }, "docs": "Deletes a notification recipient." } ] } ], "bundled": true }