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