You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Navigate to: Integrations -> REST

The API is located and documented at:
https://platform.lobaro.com/api

Access Tokens

All API calls must be authenticated with an access token. Access tokens can be managed on the REST Integration page.

Each token has a list of roles assigned to it.

Token roles:

  • network-server: Allows to write device data. Required for LoRaWAN Network Server Integrations.

Add the Token into the HTTP request Header:

  • Field: Authorization
  • Value: Bearer eyJhbGciOiJIU...



Example requests


Get data from a single device by address

1. Find relevant device(s)


The result contains an "data.id" field that is used to query the data:


2. Query data by gateway id.








  • No labels