This webhook is triggered when a mytags tag is scanned by a finder without initiating contact with the asset owner. It captures basic scan context including asset details, IP address, device and browser information, and approximate location data derived from IP. Precise location details from the finder’s browser (coordinates and address) are included only if the finder explicitly grants location permission; otherwise, location information may be partial or unavailable.
{
"event": "asset_scanned",
"version": "v1",
"timestamp": "2025-12-26T20:07:51+05:30",
"tag": {
"id": "40b607"
},
"asset": {
"id": 18,
"name": "MacBook Pro - Gray",
"type": "laptop"
},
"scan_data": {
"ip_address": "172.18.0.2",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36",
"location": "Pune",
"address": "GK Palacio, Shiv Rd, above Axis Bank Branch, Aher, Moshi, Pimpri-Chinchwad, Maharashtra 411070, India",
"location_from_ip": {
"city": "Pune",
"lat": 41.31,
"long": -72.92
},
"location_from_browser": {
"error": null,
"latitude": 18.673050657169576,
"longitude": 73.83202925266892,
"address": "GK Palacio, Shiv Rd, above Axis Bank Branch, Aher, Moshi, Pimpri-Chinchwad, Maharashtra 411070, India",
"google_place_id": "ChIJ6_UQP_q3wjsRc4nAdD2C1kA",
"browser_location_extra": {
"timestamp": 1766759898991,
"accuracy": 35,
"altitude": 0,
"altitudeAccuracy": null,
"heading": null,
"speed": null
}
},
"trace_id": "20d6f7fd-a300-4cf6-95f2-d2a7a92e3b8a",
"metadata": []
}
}