Skip to main content
GET
/
api-keys
List all API keys for organization
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": {}
}

List API keys

GET /api-keys

Authentication

Authentication is required to manage API keys.
The exact authentication mechanism is not part of the public API contract.

Description

Lists API keys (current behavior).

Request

Path parameters: None.
Query parameters: Query parameters are not explicitly documented.
Request body:
This endpoint does not accept a request body.

Response

Returns a JSON response indicating the result of the operation.

Errors

401 Unauthorized — Authentication required or invalid
429 Too Many Requests — Rate limit exceeded
Additional errors may occur due to validation or internal processing
and are not exhaustively documented.

Authorizations

X-API-KEY
string
header
required

API Key for MCP server and external service authentication

X-API-SECRET
string
header
required

API Secret for MCP server and external service authentication

Response

API keys retrieved successfully

message
string
status
string
error
string
data
object