openapi: 3.2.0 info: title: Sweep MCP API description: This is a publicly available Sweep API. version: '0.1' contact: {} servers: - url: https://api.sweep.io description: Sweep production API — the host this document was harvested from (GET /api-json); /health responds here tags: - name: MCP paths: /mcp/apikey: get: operationId: MCPController_getTemporaryApikey[0] parameters: [] responses: '200': description: '' security: - bearer: [] tags: - MCP /mcp-deprecated/apikey: get: operationId: MCPController_getTemporaryApikey[1] parameters: [] responses: '200': description: '' security: - bearer: [] tags: - MCP components: securitySchemes: bearer: scheme: bearer bearerFormat: JWT type: http