Introduction
Webhooks are event notifications transmitted via HTTP. Ticatag Platform forwards events to client apps through HTTP POST with payload in JSON.
Ticatag recommends to user webhooks rather than API to integrate the platform. There are many advantages with webhooks : straighforward for developers, reduce unnecessary overhead on both platforms, get data as soon as the platform received them.
Webhooks won't be sent if there is no active subscriptions associated to your device.