Hi
With the ttn V2, i write a script connecting json file with data storage integration.
The php file begin is like :
$jsonurl = “https://blablabla.data.thethingsnetwork.org/api/v2/query?last=7d”
and the authentication like :
$key = array(‘Accept: application/json’, ‘Authorization: key ttn-account-keyblablabla’);
Can you help me for the ttn V3 script ?
Best regards
Steg