Skip to content

SendOtpWithEmail

Type: schema

TypeScript Definition

typescript
SendOtpWithEmail: {{
            email: string;
        };
        /** SendOtpWithPhone */
}

OpenAPI Schema

json
{
  "title": "SendOtpWithEmail",
  "type": "object",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/SendOtpWithEmail",
    "description": "API reference for the SendOtpWithEmail schema"
  },
  "required": [
    "email"
  ],
  "properties": {
    "email": {
      "type": "string"
    }
  }
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: