cURL
curl --request GET \ --url http://localhost:8080/api-keys \ --header 'X-API-KEY: <api-key>' \ --header 'X-API-SECRET: <api-key>'
{ "message": "<string>", "status": "<string>", "error": "<string>", "data": {} }
Lists API keys (current behavior).
/api-keys
API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication
API keys retrieved successfully