Skip to content

Environment schema Model API Reference (Environments)

Reference the Novu environment schema used in API requests and responses. Review fields, data types, and object structure for this resource.

Environment

Environment is a collection of resources that are used to send notifications. For example, an environment can have a set of integrations, workflows, and subscribers. Read more about environments on environments concept page.

PropTypeDefault
slug?
string
-
parentId?
string
-
apiKeys?
ApiKeyDto[]
-
type?
EnvironmentResponseDtoType | null
-
identifier?
string
-
organizationId?
string
-
name?
string
-
id?
string
-

On this page

Edit this page on GitHub