{ "opencollection": "1.0.0", "info": { "name": "Baremetrics Annotations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Annotations", "type": "folder" }, "items": [ { "info": { "name": "List Annotations", "type": "http" }, "http": { "method": "GET", "url": "https://api.baremetrics.com/v1/annotations" }, "docs": "Returns a list of annotations." }, { "info": { "name": "Create Annotation", "type": "http" }, "http": { "method": "POST", "url": "https://api.baremetrics.com/v1/annotations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new annotation." }, { "info": { "name": "Show Annotation", "type": "http" }, "http": { "method": "GET", "url": "https://api.baremetrics.com/v1/annotations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns a single annotation by its ID." }, { "info": { "name": "Delete Annotation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.baremetrics.com/v1/annotations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes an annotation by its ID." } ] } ], "bundled": true }