Ticatag Platform | Documentation

Ticatag Platform | Documentation

    ›Webhooks

    Presentation

    • Introduction
    • Connect
    • Available devices

    API

    • Introduction
    • Devices
    • Sensor data

    Webhooks

    • Introduction
    • Setting up Webhooks
    • Events v1
    • Events v2

    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
        }
      }
    }
    
    ← Setting up WebhooksEvents v2 →
    Copyright © 2020 Ticatag SAS