The HorizonLink API lets you verify that a contact is physically present within a defined radius โ authenticated by their phone's GPS, cross-checked with sensor data, and delivered to your server via signed webhook.
curl -X POST https://gjxpulfkxhpoghcsklsx.supabase.co/functions/v1/v1-proximity-create \
-H "X-API-Key: hlv_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"target_user_id": "uuid-of-the-user",
"radius_m": 100,
"min_trust_score": 70,
"webhook_url": "https://yourdomain.com/webhook"
}'