Environments
Environment schema
Reference the Novu environment schema used in API requests and responses. Review fields, data types, and object structure for this resource.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference the Novu environment schema used in API requests and responses. Review fields, data types, and object structure for this resource.
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier of the environment |
name | string | Name of the environment |
organizationId | string | Organization ID associated with the environment |
identifier | string | Unique identifier for the environment |
type | EnvironmentResponseDtoType | Type of the environment |
apiKeys | ApiKeyDto[] | List of API keys associated with the environment |
parentId | string | Parent environment ID |
slug | string | URL-friendly slug for the environment |
Was this page helpful?