HTTP tracker
Flexibly forward geo coordinates from any location service or your tracking devices to RACEMAP with HTTP trackers.
Last updated
POST /api/trackers/:id/pointscurl -X POST \
--url https://racemap.com/api/trackers/69b12d04a440a83c52a9ee8c/points \
--header 'authorization: Bearer {{API_TOKEN}}' \
--header 'content-type: application/json' \
--data '[{ "lng": 13.74179, "lat": 51.05471, "time": "2026-03-11T09:15:00Z" }]'