Stytch · Schema

api_session_v1_PhoneNumberFactor

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
phone_id string The globally unique UUID of the Member's phone number.
phone_number string The phone number of the Member.
View JSON Schema on GitHub

JSON Schema

stytch-api-session-v1-phonenumberfactor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_session_v1_PhoneNumberFactor",
  "title": "api_session_v1_PhoneNumberFactor",
  "type": "object",
  "properties": {
    "phone_id": {
      "type": "string",
      "description": "The globally unique UUID of the Member's phone number."
    },
    "phone_number": {
      "type": "string",
      "description": "The phone number of the Member."
    }
  },
  "required": [
    "phone_id",
    "phone_number"
  ]
}