{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 MCP API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Mcp", "type": "folder" }, "items": [ { "info": { "name": "Generate a new MCP key", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/Mcp/keys/generate", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Generates a new MCP key for the current user and company." }, { "info": { "name": "Get the current MCP key", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/Mcp/keys/current", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves the current active MCP key for the current user and company." }, { "info": { "name": "Deactivate the current MCP key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spotio2.com/api/Mcp/keys/current", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deactivates the current active MCP key for the current user and company." }, { "info": { "name": "Regenerate the MCP key", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/Mcp/keys/regenerate", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deactivates the current MCP key (if any) and generates a new one for the current user and company." } ] } ], "bundled": true }