Smithery

organizations.api_keys.list

Returns all API keys belonging to the organization. Requires admin role. Key values are not included in the response.

Remote smithery

Other tools also called organizations.api_keys.list? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "orgId": {
      "type": "string",
      "description": "path parameter"
    }
  }
}