Create a new link session to connect a user of an energy supplier, with the intend to authenticate with the device manufacturer. The returned link_url should be used to redirect the end-user to the NOX Authenticator UI.
API key assigned to the supplier.
The supplier's internal user ID for the end-user.
Callback URL where the user is redirected after completing the flow. Must be in the supplier's allowed redirect URLs.
Optionally pre-select a manufacturer brand.
alpha innotec, bulex, daikin, dewarmte, lg, mitsubishi, nibe, saunier duval, toshiba, thermia, vaillant, viessmann Language for the Authenticator UI.
nl, en, fr, es Link session created successfully.
Full URL to redirect the end-user to the NOX Authenticator UI.
"https://auth.nox.energy/ui?token=abc123&language=nl"
Unique token identifying this link session.
Language for the Authenticator UI.
nl, en, fr, es The redirect URL that was provided.
Name of the supplier (resolved from API key).
The supplier's user ID.
Unix timestamp when the session was created.
Unix timestamp when the session expires (10 minutes after creation).
Pre-selected brand, if provided.
alpha innotec, bulex, daikin, dewarmte, lg, mitsubishi, nibe, saunier duval, toshiba, thermia, vaillant, viessmann Unix timestamp when the session was completed. Always null on creation.