Create a new link session to connect a user of a manufacturer, with the intend to authenticate with the energy supplier. The returned link_url should be used to redirect the end-user to the NOX Authenticator UI.
API key assigned to the manufacturer.
The manufacturer's internal user ID for the end-user.
Callback URL where the user is redirected after completing the flow. Must be in the manufacturer's allowed redirect URLs.
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 manufacturer (resolved from API key).
The manufacturer's user ID.
Unix timestamp when the session was created.
Unix timestamp when the session expires (10 minutes after creation).
The manufacturer's brand name (title-cased).
Unix timestamp when the session was completed. Always null on creation.