Novu · Schema

EnvironmentResponseDto

JSON Schema for Novu EnvironmentResponseDto.

NotificationMessagingIn-AppEmailSMSPushChatWorkflowsOpen-SourceSubscribersTopicsInboxWorkflow OrchestrationMulti-ChannelDigestMCPFrameworkReact

Properties

Name 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 stringnull Type of the environment
apiKeys array List of API keys associated with the environment
_parentId string Parent environment ID
slug string URL-friendly slug for the environment
View JSON Schema on GitHub

JSON Schema

novu-environment-response-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/novu/main/json-schema/novu-environment-response-dto-schema.json",
  "title": "EnvironmentResponseDto",
  "description": "JSON Schema for Novu EnvironmentResponseDto.",
  "type": "object",
  "properties": {
    "_id": {
      "type": "string",
      "description": "Unique identifier of the environment",
      "example": "60d5ecb8b3b3a30015f3e1a1"
    },
    "name": {
      "type": "string",
      "description": "Name of the environment",
      "example": "Production Environment"
    },
    "_organizationId": {
      "type": "string",
      "description": "Organization ID associated with the environment",
      "example": "60d5ecb8b3b3a30015f3e1a2"
    },
    "identifier": {
      "type": "string",
      "description": "Unique identifier for the environment",
      "example": "prod-env-01"
    },
    "type": {
      "enum": [
        "dev",
        "prod"
      ],
      "type": [
        "string",
        "null"
      ],
      "description": "Type of the environment",
      "example": "prod"
    },
    "apiKeys": {
      "description": "List of API keys associated with the environment",
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "description": "API key",
            "example": "sk_test_1234567890abcdef"
          },
          "_userId": {
            "type": "string",
            "description": "User ID associated with the API key",
            "example": "60d5ecb8b3b3a30015f3e1a4"
          },
          "hash": {
            "type": "string",
            "description": "Hashed representation of the API key",
            "example": "hash_value_here"
          }
        },
        "required": [
          "key",
          "_userId"
        ]
      }
    },
    "_parentId": {
      "type": "string",
      "description": "Parent environment ID",
      "example": "60d5ecb8b3b3a30015f3e1a3"
    },
    "slug": {
      "type": "string",
      "description": "URL-friendly slug for the environment",
      "example": "production"
    }
  },
  "required": [
    "_id",
    "name",
    "_organizationId",
    "identifier"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/novu-environment-response-dto"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.