Stytch · Schema

api_b2b_otp_v1_b2b_otp_email_discovery_AuthenticateRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
email_address string The email address of the Member.
code string The code to authenticate.
View JSON Schema on GitHub

JSON Schema

stytch-api-b2b-otp-v1-b2b-otp-email-discovery-authenticaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_b2b_otp_v1_b2b_otp_email_discovery_AuthenticateRequest",
  "title": "api_b2b_otp_v1_b2b_otp_email_discovery_AuthenticateRequest",
  "type": "object",
  "properties": {
    "email_address": {
      "type": "string",
      "description": "The email address of the Member."
    },
    "code": {
      "type": "string",
      "description": "The code to authenticate."
    }
  },
  "description": "Request type",
  "required": [
    "email_address",
    "code"
  ]
}