Stytch · Schema

api_fraud_v1_NetworkProperties

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
ip_address string The IP address of the client.
asn object Information about the network's ASN (Autonomous System Number).
ip_geolocation object Information about the geolocation of the user's IP address.
is_proxy boolean Whether the user is using a proxy.
is_vpn boolean Whether the user is using a VPN.
View JSON Schema on GitHub

JSON Schema

stytch-api-fraud-v1-networkproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_fraud_v1_NetworkProperties",
  "title": "api_fraud_v1_NetworkProperties",
  "type": "object",
  "properties": {
    "ip_address": {
      "type": "string",
      "description": "The IP address of the client."
    },
    "asn": {
      "$ref": "#/components/schemas/api_fraud_v1_ASNProperties",
      "description": "Information about the network's ASN (Autonomous System Number)."
    },
    "ip_geolocation": {
      "$ref": "#/components/schemas/api_fraud_v1_IPGeoProperties",
      "description": "Information about the geolocation of the user's IP address."
    },
    "is_proxy": {
      "type": "boolean",
      "description": "Whether the user is using a proxy."
    },
    "is_vpn": {
      "type": "boolean",
      "description": "Whether the user is using a VPN."
    }
  },
  "required": [
    "ip_address",
    "asn",
    "ip_geolocation",
    "is_proxy",
    "is_vpn"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/stytch-api-fraud-v1-networkproperties"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.