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.
Documentation Index
Fetch the complete documentation index at: https://docs.nox.energy/llms.txt
Use this file to discover all available pages before exploring further.
API key assigned to the manufacturer.
The manufacturer's internal user ID for the end-user.
"manufacturer_user_id_123"
Callback URL where the user is redirected after completing the flow.
"https://your-app.com/callback"
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.
"abc123"
Language for the Authenticator UI.
nl, en, fr, es The redirect URL that was provided.
"https://your-app.com/callback"
Name of the manufacturer (resolved from API key).
"Acme Manufacturing"
The manufacturer's user ID.
"manufacturer_user_id_123"
Unix timestamp when the session was created.
1703123456
Unix timestamp when the session expires (10 minutes after creation).
1703124056
The manufacturer's brand name (title-cased).
"Acme Manufacturing"
Unix timestamp when the session was completed. Always null on creation.