List all environments
This API returns a list of environments for the current organization. Each environment contains its configuration, API keys (if user has access), and metadata.
This API returns a list of environments for the current organization. Each environment contains its configuration, API keys (if user has access), and metadata.
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
In: header
Header Parameters
idempotency-keystringA header for idempotency purposes
Response Body
OK
responseRequiredarray<object>Delete an environment DELETE
Delete an environment by its unique identifier **environmentId**. This action is irreversible and will remove the environment and all its associated data.
List environment tags GET
Retrieve all unique tags used in workflows within the specified environment. These tags can be used for filtering workflows.