Stytch · Schema

api_b2b_password_v1_b2b_passwords_discovery_AuthenticateRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
email_address string The email address of the Member.
password string The password to authenticate, reset, or set for the first time. Any UTF8 character is allowed, e.g. spaces, emojis, non-English characters, etc.
View JSON Schema on GitHub

JSON Schema

stytch-api-b2b-password-v1-b2b-passwords-discovery-authenticaterequ-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_b2b_password_v1_b2b_passwords_discovery_AuthenticateRequest",
  "title": "api_b2b_password_v1_b2b_passwords_discovery_AuthenticateRequest",
  "type": "object",
  "properties": {
    "email_address": {
      "type": "string",
      "description": "The email address of the Member."
    },
    "password": {
      "type": "string",
      "description": "The password to authenticate, reset, or set for the first time. Any UTF8 character is allowed, e.g. spaces, emojis, non-English characters, etc."
    }
  },
  "description": "Request type",
  "required": [
    "email_address",
    "password"
  ]
}