The Application Manager API offers methods manage applications and devices registered to The Things Network. The Application Manager API is exposed by the Handler. To use the API you need an Application Access Key or JWT. You can use either the gRPC API or the HTTP API which wraps it.
Use and Context #
The Application Manager API is mostly used to integrate The Things Network stack in applications for device management. You can use the Data API to send and receive messages.
Community endpoints #
Use the following endpoints for the community network:
- gRPC:
<region>.thethings.network:1904
- HTTP:
http://<region>.thethings.network:8084
- HTTPS:
https://<region>.thethings.network:8094
Replace <region>
with the last part of the handler you registered your application to, e.g. eu
, us-west
, asia-se
or brazil
.
SDKs #
See SDKs for ready-to-use software developer kits for key programming languages.