{ "opencollection": "1.0.0", "info": { "name": "Lunary Analytics Checklists API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Checklists", "type": "folder" }, "items": [ { "info": { "name": "List checklists", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/checklists" }, "docs": "List checklists" }, { "info": { "name": "Create checklist", "type": "http" }, "http": { "method": "POST", "url": "https://api.lunary.ai/v1/checklists", "body": { "type": "json", "data": "{}" } }, "docs": "Create checklist" }, { "info": { "name": "Get checklist", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/checklists/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get checklist" }, { "info": { "name": "Update checklist", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lunary.ai/v1/checklists/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update checklist" }, { "info": { "name": "Delete checklist", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lunary.ai/v1/checklists/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete checklist" } ] } ], "bundled": true }