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