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)
- By Address (printed on the device and QR Code):
- By Tag:
- (comming soon)
The result contains an "data.id" field that is used to query the data:
2. Query data by gateway id.