Events v1
Webhooks V1 is the first implementation of webhooks on Ticatag platform. It won't evolve anymore but remains alive to avoid existing webhooks customers to migrate. Webhooks v1 have limited numbers of events or data compared to v2.
Events V1 :
- New location
- Button pressed
- State changed
Payload Example
{
"event": "LOCATION_CHANGED",
"beacon": {
"name": "My TiFiz",
"serialNumber": "E555",
"location": {
"latitude": 43.83883,
"longitude": 3.641531,
"timestamp": 1478187361745
}
}
}