Save Position API

KK4 years ago

Hi,
I am planning to develop a custom mobile app. This mobile APP should call the Traccar API's for saving position to DB, push notifications and Geofence functionalities.
I could see only a position API to retrieve position from DB https://www.traccar.org/api-reference/#tag/Positions/paths/~1positions/get . I could see Geofence CRUD API's as well. https://www.traccar.org/api-reference/#tag/Geofences .
How do I send the position from my custom mobile app to Traccar server? Is there any API to save the position to DB?
Thanks in advance for the help.
Best Regards
KK

Anton Tananaev4 years ago

There's no API, but you can use one of the protocols. For example:

https://www.traccar.org/osmand/

KK4 years ago

Thanks a lot Anton.