# CreateAPIKeyResponse

## Example Usage

```typescript
import { CreateAPIKeyResponse } from "@flexprice/sdk/sdk/models";

let value: CreateAPIKeyResponse = {};
```

## Fields

| Field                                                        | Type                                                         | Required                                                     | Description                                                  |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| `apiKey`                                                     | *string*                                                     | :heavy_minus_sign:                                           | N/A                                                          |
| `secret`                                                     | [models.SecretResponse](../../sdk/models/secret-response.md) | :heavy_minus_sign:                                           | N/A                                                          |