This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Struggling to read data via REST-API with Thingy:91

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

Related