Skip to main content
POST
/
manufacturer
/
device-connections
Create manufacturer device connection
curl --request POST \
  --url https://auth.nox.energy/v2/manufacturer/device-connections \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "user_id": "<string>"
}
'
{
  "manufacturer_user_id": "<string>",
  "nox_user_id": "<string>"
}

Authorizations

x-api-key
string
header
required

API key assigned to the manufacturer.

Body

application/json
user_id
string
required

The manufacturer's internal user ID to register a device connection for.

Response

Device connection created successfully.

manufacturer_user_id
string
required

The manufacturer's user ID that was provided.

nox_user_id
string
required

The NOX subscriber ID (resolved or newly created).