Data storage integration with meshed "Not Authorized"

Turns out, it is working! It’s just that the Swagger UI isn’t working.

Try
curl -X GET \ 'https://data.thethings.meshed.com.au/yourAppID/api/v2/query?limit=100&offset=0&last=7d' \ -H 'Accept: */*' \ -H 'Authorization: key yourAppsAccessKey' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Host: data.thethings.meshed.com.au'

1 Like