{ "operationId": "getAdminApiKeysById", "method": "GET", "path": "/v3/admin/api-keys/{id}", "summary": "Get API key by id (admin)", "description": "", "tags": [ "Auth" ], "parameters": [ { "name": "id", "in": "path", "required": true, "example": "string" } ], "responses": { "200": { "description": "API key", "schema": { "type": "object", "properties": { "data": { "$ref": "#/components/schemas/ApiKeyResponse" } } } } } }