# ApiKey


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_key_id** | **string** | Unique identifier for the API key | [default to undefined]
**name** | **string** | User-provided name for the API key | [default to undefined]
**scopes** | **Array&lt;string&gt;** | List of scopes granted to this API key. Valid values are \&#39;read\&#39; and \&#39;write\&#39;. | [default to undefined]

## Example

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

const instance: ApiKey = {
    api_key_id,
    name,
    scopes,
};
```

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