Create Network Token
POST/integration/network/token
Create a new token for a network integration. Network Tokens are used to authenticate requests from external systems to TagoIO network endpoints (e.g., sending data, creating devices).
Tokens can be granted optional privileges that control what operations the token is allowed to perform beyond the default data ingestion. Currently supported privileges:
- createDevice – Allows the token to create devices via
POST /integration/network/device.
:::info Authorization
This endpoint requires a Profile Token with write permission. Pass the token in the Profile-Token header. The profile must own the target network.
:::
Request
Responses
- 200
- 401
Network token created successfully
Authorization denied. The Profile Token is missing, invalid, or does not have write permission.
Something missing from this page?