Stytch · Schema

pwa_email_template_v3_GetResponse

Response type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
request_id string
email_template object
status_code integer
View JSON Schema on GitHub

JSON Schema

stytch-pwa-email-template-v3-getresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_email_template_v3_GetResponse",
  "title": "pwa_email_template_v3_GetResponse",
  "type": "object",
  "properties": {
    "request_id": {
      "type": "string"
    },
    "email_template": {
      "$ref": "#/components/schemas/pwa_email_template_v3_EmailTemplate"
    },
    "status_code": {
      "type": "integer",
      "format": "int32"
    }
  },
  "description": "Response type",
  "required": [
    "request_id",
    "email_template",
    "status_code"
  ]
}