Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -X GET \
  https://data.<domain_id>.thethings.industries/tryout/api/v2/query \
  -H 'Authorization: key access<access_keykey>'

Make sure the access key <access_key> have theĀ message right. Access keys <access_key> can be found on the main page of your application ("Overview") at the bottom under "Acces keyAccess keys", they are also commonly called App Access Key.

...