Stytch · Schema

api_fraud_v1_Metadata

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
external_id string An external ID, such as a user ID, that you wish to associate with the telemetry ID.
organization_id string The organization ID you wish to associate with the telemetry ID.
user_action string The user action, such as 'login', that you wish to associate with the telemetry ID.
View JSON Schema on GitHub

JSON Schema

stytch-api-fraud-v1-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_fraud_v1_Metadata",
  "title": "api_fraud_v1_Metadata",
  "type": "object",
  "properties": {
    "external_id": {
      "type": "string",
      "description": "An external ID, such as a user ID, that you wish to associate with the telemetry ID."
    },
    "organization_id": {
      "type": "string",
      "description": "The organization ID you wish to associate with the telemetry ID."
    },
    "user_action": {
      "type": "string",
      "description": "The user action, such as 'login', that you wish to associate with the telemetry ID."
    }
  }
}