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