This webhook is triggered when a third party scans a mytags qr tag and tries to contact the owner. It provides details about the tagged asset, the reason for reporting, a message left for the owner, and optional contact information of the person who found it/trying to contact. The payload may also include location data captured from the finder’s browser (coordinates, address, and device metadata) along with an optional photo if clicked by finder.
{
"event": "asset_reported",
"version": "v1",
"timestamp": "2025-12-26T19:37:24+05:30",
"tag": {
"id": "40b607"
},
"asset": {
"id": 12514,
"name": "MacBook Pro - Gray",
"type": "laptop"
},
"report_data": {
"reason": "unattended",
"message_for_owner": "I found your mac in cafeteria",
"scanners_contact": "9876543210",
"photo_url": "https://cdn.mytags.io/tag-reports-production/31/ZTeA8ptNaMgsHgDo3rIp9a41X3xDfOfAFZcdaxCsdEo.png",
"scan_details": {
"location_from_browser": {
"latitude": 18.6731156009251,
"longitude": 73.83198191217654,
"extra": {
"timestamp": 1766757078931,
"accuracy": 40,
"altitude": 0,
"altitudeAccuracy": null,
"heading": null,
"speed": null
},
"device": {
"deviceId": "57d0f907-f7e9-4eba-8ce8-3e17c0ed1ee8",
"userAgent": "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",
"platform": "MacIntel",
"language": "en-GB",
"vendor": "Google Inc.",
"screenResolution": "1800x1169",
"screenColorDepth": 30,
"timezone": "Asia/Calcutta"
},
"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": 1766757078931,
"accuracy": 40,
"altitude": 0,
"altitudeAccuracy": null,
"heading": null,
"speed": null
}
},
"address": "GK Palacio, Shiv Rd, above Axis Bank Branch, Aher, Moshi, Pimpri-Chinchwad, Maharashtra 411070, India"
},
"trace_id": null
}
}