{ "opencollection": "1.0.0", "info": { "name": "APIContext Platform Agents Projects API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "_token", "value": "{{_token}}", "placement": "query" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://client.apimetrics.io/api/2/projects/" }, "docs": "List APIContext projects that group API calls, schedules, alerts, and tokens." }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://client.apimetrics.io/api/2/projects/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new APIContext project to group related API calls and monitors." }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://client.apimetrics.io/api/2/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a project by id." }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PUT", "url": "https://client.apimetrics.io/api/2/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update project metadata or configuration." } ] } ], "bundled": true }