# APIKey

## Properties

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `object` | string | Yes | Type of object is always `apiKey`. |
| `id` | string | Yes | Unique identifier for the API key. |
| `createdAt` | string | Yes | Time when the API key was created. |
| `expiresAt` | string,null | Yes | Time when the API key expires and won't be valid anymore. |
| `name` | string | Yes | Human readable name describing what the API key is used for. |
| `token` | string | Yes | The bearer token to be used in HTTP Authorization. The full token is only available in the create response. In all other responses a redacted token will be returned, as we do not store the full token ourselves. |
