{ "opencollection": "1.0.0", "info": { "name": "Uptrace Alerts Projects API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List Projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.uptrace.dev/api/v1/projects" }, "docs": "Retrieve all projects in the Uptrace account." }, { "info": { "name": "Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.uptrace.dev/api/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Uptrace project." }, { "info": { "name": "Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://api.uptrace.dev/api/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific project including its DSN." }, { "info": { "name": "Update Project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.uptrace.dev/api/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update project settings." }, { "info": { "name": "Delete Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.uptrace.dev/api/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Delete a project and all its data." } ] } ], "bundled": true }