# CreateApiKeyRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | **string** | An alias to easily identify and reference the entity in subsequent requests. | [default to undefined]
**groupIDs** | **Array&lt;number&gt;** |  | [optional] [default to undefined]

## Example

```typescript
import { CreateApiKeyRequest } from '@curvegrid/multibaas-sdk';

const instance: CreateApiKeyRequest = {
    label,
    groupIDs,
};
```

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