Create Device using Network
POST/integration/network/device
Create a new device using a Network Token. The token must have the createDevice privilege enabled.
This endpoint allows network integrations to provision devices programmatically without requiring a Profile Token. The device is created under the profile that owns the network and is automatically associated with the network and connector specified in the request.
To use this endpoint, first create a Network Token.
:::info Authorization
This endpoint uses a Network Token for authentication (not a Profile Token). Pass the token in the Token header. The generic Authorization header is also accepted.
:::
Request
Responses
- 201
- 401
Device created successfully
Authorization denied. The Network Token is missing, invalid, or does not have the createDevice privilege.
Something missing from this page?