Huddle01 Cloud
API Keys

List API keys

List all API keys.

GET
/api-keys
X-API-Key<token>

GPU API key (format: mk_...). Generate from the dashboard or via POST /api-keys.

In: header

Response Body

application/json

application/json

curl -X GET "https://gpu.huddleapis.com/api/v1/api-keys"
{
  "code": "OK",
  "data": [
    {
      "id": "e5f6a7b8-...",
      "name": "ci-pipeline",
      "prefix": "mk_9f8e7d",
      "created_at": "2026-04-01T12:05:00Z"
    }
  ]
}
{
  "code": "BAD_REQUEST",
  "error": "Missing required field: hostname"
}