{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Handlers API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Handlers", "type": "folder" }, "items": [ { "info": { "name": "List Handlers", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/handlers", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "include_counts", "value": "", "type": "query", "description": "Include the number of conditions, actions and events for each handler." } ] }, "docs": "List Handlers and their metadata for an organization. Does not include conditions, actions or events." }, { "info": { "name": "Create a handler", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/handlers", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new, empty handler in an org." }, { "info": { "name": "Get a handler", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/handlers/:id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the requested resource." }, { "name": "include", "value": "events", "type": "query", "description": "If specified, the handler's associated events will be included in the `included` object" } ] }, "docs": "Get information about a handler." }, { "info": { "name": "Update a handler", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{server}/v1/orgs/:org_id/handlers/:id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the requested resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Make changes to an existing handler." }, { "info": { "name": "Delete a handler", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{server}/v1/orgs/:org_id/handlers/:id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "id", "value": "", "type": "path", "description": "The ID of the requested resource." } ] }, "docs": "Permanently delete a handler." } ] } ], "bundled": true }