Auth0 · Schema

GetEmailTemplateResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
template object
body stringnull Body of the email template.
from stringnull Senders `from` email address.
resultUrl stringnull URL to redirect the user to after a successful action.
subject stringnull Subject line of the email.
syntax stringnull Syntax of the template body.
urlLifetimeInSeconds numbernull Lifetime in seconds that the link within the email will be valid for.
includeEmailInRedirect boolean Whether the `reset_email` and `verify_email` templates should include the user's email address as the `email` parameter in the returnUrl (true) or whether no email address should be included in the re
enabled booleannull Whether the template is enabled (true) or disabled (false).
View JSON Schema on GitHub

JSON Schema

auth0-getemailtemplateresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetEmailTemplateResponseContent",
  "title": "GetEmailTemplateResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "template": {
      "$ref": "#/components/schemas/EmailTemplateNameEnum"
    },
    "body": {
      "type": [
        "string",
        "null"
      ],
      "description": "Body of the email template."
    },
    "from": {
      "type": [
        "string",
        "null"
      ],
      "description": "Senders `from` email address.",
      "default": "sender@auth0.com"
    },
    "resultUrl": {
      "type": [
        "string",
        "null"
      ],
      "description": "URL to redirect the user to after a successful action."
    },
    "subject": {
      "type": [
        "string",
        "null"
      ],
      "description": "Subject line of the email."
    },
    "syntax": {
      "type": [
        "string",
        "null"
      ],
      "description": "Syntax of the template body.",
      "default": "liquid"
    },
    "urlLifetimeInSeconds": {
      "type": [
        "number",
        "null"
      ],
      "description": "Lifetime in seconds that the link within the email will be valid for.",
      "minimum": 0
    },
    "includeEmailInRedirect": {
      "type": "boolean",
      "description": "Whether the `reset_email` and `verify_email` templates should include the user's email address as the `email` parameter in the returnUrl (true) or whether no email address should be included in the redirect (false). Defaults to true."
    },
    "enabled": {
      "type": [
        "boolean",
        "null"
      ],
      "description": "Whether the template is enabled (true) or disabled (false)."
    }
  }
}

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/auth0-getemailtemplateresponsecontent"
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 email required.

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