{ "opencollection": "1.0.0", "info": { "name": "Buttondown Notes API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Notes", "type": "folder" }, "items": [ { "info": { "name": "List Notes", "type": "http" }, "http": { "method": "GET", "url": "https://api.buttondown.com/v1/notes", "params": [ { "name": "model_type", "value": "", "type": "query", "description": "Filter notes by the type of object they are attached to." }, { "name": "model_id", "value": "", "type": "query", "description": "Filter notes by the UUID or TypeID of the object they are attached to." }, { "name": "expand", "value": "", "type": "query", "description": "If provided, expand the given field." }, { "name": "page", "value": "", "type": "query", "description": "The page number of the paginated response." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all notes" }, { "info": { "name": "Create Note Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.buttondown.com/v1/notes", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new note" }, { "info": { "name": "Delete Note Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.buttondown.com/v1/notes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a note" } ] } ], "bundled": true }