Hello,
I'm trying to read data from the Thingy:91 via the REST-API. I can list the devices and query the state of the device, but I'm not sure how to progress.
So far I have used this to query the state of the device:
http api.nrfcloud.com/.../nrf-X Authorization:"Bearer Y"
I've tried this path to access the GPS for example, but had no success:
http api.nrfcloud.com/.../agps Authorization:"Bearer Y"
How can I get the sensor via the API?
Best regards, Franz