Skip to main content

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

Device created successfully