This is the openSenseMap API You can find a detailed reference at https://docs.opensensemap.org Routes requiring no authentication: GET / GET /stats GET /tags GET boxes GET boxes/data GET boxes/:boxId/sensors GET boxes/:boxId/sensors/:sensorId POST boxes/:boxId/data POST boxes/:boxId/:sensorId POST users/register POST users/request-password-reset POST users/password-reset POST users/confirm-email POST users/sign-in Routes requiring valid authentication through JWT: POST users/refresh-auth GET users/me PUT users/me GET users/me/boxes GET users/me/boxes/:boxId POST boxes POST boxes/claim POST boxes/transfer DELETE boxes/transfer GET boxes/transfer/:boxId PUT boxes/transfer/:boxId PUT boxes/:boxId DELETE boxes/:boxId DELETE boxes/:boxId/:sensorId/measurements POST users/sign-out DELETE users/me POST users/me/resend-email-confirmation