Can we configure routing for an api to post location data regularly ?

Can we configure routing for an api to post location data regularly ?

So what i want to store the location data in a different database, for that i will need to get the data, as it is in objenious, it's very easy you just need to configure the routing to a new url so it posts the data regularly (you can checkout for this video to understand the idea).
So my question is, there something similar to this that allows me to post/route data to a specified url ?

Regards