EnvironmentResponseDto
January 14, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id | String | :heavy_check_mark: | Unique identifier of the environment | 60d5ecb8b3b3a30015f3e1a1 |
name | String | :heavy_check_mark: | Name of the environment | Production Environment |
organizationId | String | :heavy_check_mark: | Organization ID associated with the environment | 60d5ecb8b3b3a30015f3e1a2 |
identifier | String | :heavy_check_mark: | Unique identifier for the environment | prod-env-01 |
type | JsonNullable<EnvironmentResponseDtoType> | :heavy_minus_sign: | Type of the environment | prod |
apiKeys | List<ApiKeyDto> | :heavy_minus_sign: | List of API keys associated with the environment | |
parentId | Optional<String> | :heavy_minus_sign: | Parent environment ID | 60d5ecb8b3b3a30015f3e1a3 |
slug | Optional<String> | :heavy_minus_sign: | URL-friendly slug for the environment | production |