By integrating Xtify's Push API, you will be able to receive real-time user location updates that are pushed to your server based on pre-defined criteria.
Xtify can customize the criteria on which location notifications are sent. Available criteria for this API include: time, proximity (geo-fencing), batch, and groups.
Example Push Notification
GET /LocationNotification?userkey=c37fac75-946f-4b16-9959-5d0f89a2fd77&lat=47.36311&lon=-122.053487&accuracy=2.569999933242798&provider=gps×tamp=2009-08-13+08%3A03%3A43+UTC
Explanation
User Key: The identifier you gave to the user when you rendered the opt-in link
Lat/Lon: User coordinates
Accuracy: Reported accuracy generated either directly from the GPS chip or via triangulation/association in meters
Provider: Method used to determine location e.g. cell, GPS, WiFi
Timestamp: Time in UTC when the fix was determined on the device
Getting Started
The Xtify Push API is available as part of our premium services:
Register your application for an Application Key by signing in at developer.xtify.com.
Create a URL end point to which Xtify will send HTTP notifications.
Email your Xtify username, Application Key and URL address to business@xtify.com.