{ "opencollection": "1.0.0", "info": { "name": "APIContext MCP Monitors API", "version": "v2026-09-02" }, "items": [ { "info": { "name": "MCP Monitors", "type": "folder" }, "items": [ { "info": { "name": "List all MCP Monitors for a project", "type": "http" }, "http": { "method": "GET", "url": "https://client.apimetrics.io/api/3/monitors/mcp/", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List all MCP Monitors for a project" }, { "info": { "name": "Create a new MCP Monitor", "type": "http" }, "http": { "method": "POST", "url": "https://client.apimetrics.io/api/3/monitors/mcp/", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a new MCP Monitor" }, { "info": { "name": "Read an MCP Monitor by ID", "type": "http" }, "http": { "method": "GET", "url": "https://client.apimetrics.io/api/3/monitors/mcp/:monitor_id", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "params": [ { "name": "monitor_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Read an MCP Monitor by ID" }, { "info": { "name": "Update an existing MCP Monitor", "type": "http" }, "http": { "method": "PUT", "url": "https://client.apimetrics.io/api/3/monitors/mcp/:monitor_id", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "params": [ { "name": "monitor_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update an existing MCP Monitor" }, { "info": { "name": "Patch an existing MCP Monitor", "type": "http" }, "http": { "method": "PATCH", "url": "https://client.apimetrics.io/api/3/monitors/mcp/:monitor_id", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "params": [ { "name": "monitor_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Patch an existing MCP Monitor" }, { "info": { "name": "Delete an existing MCP Monitor", "type": "http" }, "http": { "method": "DELETE", "url": "https://client.apimetrics.io/api/3/monitors/mcp/:monitor_id", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "params": [ { "name": "monitor_id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete an existing MCP Monitor" } ] } ], "bundled": true }