Stytch · Schema

api_fraud_v1_fraud_fingerprint_LookupRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
telemetry_id string The telemetry ID associated with the fingerprint getting looked up.
external_metadata object External identifiers that you wish to associate with the given telemetry ID. You will be able to search for fingerprint results by these identifiers in the DFP analytics dashboard. External metadata f
View JSON Schema on GitHub

JSON Schema

stytch-api-fraud-v1-fraud-fingerprint-lookuprequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_fraud_v1_fraud_fingerprint_LookupRequest",
  "title": "api_fraud_v1_fraud_fingerprint_LookupRequest",
  "type": "object",
  "properties": {
    "telemetry_id": {
      "type": "string",
      "description": "The telemetry ID associated with the fingerprint getting looked up."
    },
    "external_metadata": {
      "$ref": "#/components/schemas/api_fraud_v1_Metadata",
      "description": "External identifiers that you wish to associate with the given telemetry ID. You will be able to search for fingerprint results by these identifiers in the DFP analytics dashboard. External metadata fields may not exceed 65 characters. They may only contain alphanumerics and the characters `_` `-` `+` `.` or `@`."
    }
  },
  "description": "Request type",
  "required": [
    "telemetry_id"
  ]
}