cURL
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>" }
Connect a user and his device(s) by a manufacturer.
API key assigned to the manufacturer.
The manufacturer's internal user ID to register a device connection for.
Device connection created successfully.
The manufacturer's user ID that was provided.
The NOX subscriber ID (resolved or newly created).