Skip to main content

ProximityIntegrity

spoof_riskstring

Possible values: [LOW, MEDIUM, HIGH]

flagsstring[]

Names of failed/suspicious checks. Possible values: mock_location_detected, gps_accuracy_insufficient, altitude_zero, speed_inconsistent, location_stale, ip_location_mismatch, timezone_mismatch.

checks object

Per-check verdict. Each value is one of: PASS | FAIL | DEGRADED | SUSPICIOUS | STALE | VERY_STALE | MISMATCH | NOT_PROVIDED.

mock_locationstring
gps_accuracystring
altitude_plausiblestring
speed_consistentstring
location_freshnessstring
ip_location_matchstring

NOT_PROVIDED in v1; planned for v2 alongside IPIntelligence wiring.

timezone_matchstring
ProximityIntegrity
{
"spoof_risk": "LOW",
"flags": [
"string"
],
"checks": {
"mock_location": "string",
"gps_accuracy": "string",
"altitude_plausible": "string",
"speed_consistent": "string",
"location_freshness": "string",
"ip_location_match": "string",
"timezone_match": "string"
}
}