Is there a way to get GPS coordinates from DB

Hi, I am building a small app on top of your stack and I need to access GPS coordinates of a gateway. Are there stored somewhere in the DB? I tried Postgres, but with no luck.

Thank you

You could use the GET /api/gateways/{id} API endpoint for this.

Thank you very much for such a prompt response. Yes, this can be a way to go for me. Out of curiosity, is it somewhere in the DB?

Once again, thank you, I appreciate a lot the work you are doing.