# GetApiKeysResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_keys** | [**Array&lt;ApiKey&gt;**](ApiKey.md) | List of all API keys associated with the user | [default to undefined]

## Example

```typescript
import { GetApiKeysResponse } from 'kalshi-typescript';

const instance: GetApiKeysResponse = {
    api_keys,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
