# CreateApiKeyResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**api_key_id** | **string** | Unique identifier for the newly created API key | [default to undefined]

## Example

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

const instance: CreateApiKeyResponse = {
    api_key_id,
};
```

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