API Access
You will first need access to the NOX Energy API. To receive this, follow the Authentication guide.User creation process
1. User creation from Supplier’s website/App.
1.1 Endpoints you will use
You will use the following endpoint to be able to have a user connect to our platform and connect his asset. The endpoint is the following: Connect User to Nox1.2 Authentication flow
Summary:- Call our API → Creates an authentication session and you redirect to the
link_url - User chooses brand → NOX Energy opens Brand specific Authentication page
- User authenticates brand → User is redirected to the callback url you provided to our API
- Done! -> NOX Energy has a nox
user_id/device_idtosupplier_user_idmapping and data is available in our Package API endpoints.

supplier_user_id and a callback url.
Which is the url which NOX Energy will redirect back to after a succesful integration.
This can be your mobile app or website. Additionally, we use the user_id you provide us
to map the device with our internal nox user_id and device_id.
Example:
link_url field.
link_url you will need to redirect the user to from your website/app to our manufacturer authentication page.

- An authentication session can only last 15 minutes. If the timeout is reached, we will always fail the authentication even if the user still completes it succesfully.
- If a user retries to authenticate twice with a device with the same provided
supplier_user_idwhen calling thePOSTendpoint , we will overwrite the device_id with the new device and keep the noxuser_idandsupplier_user_idthe same. - If the same user of an asset authenticates using 2 different supplier_user_id’s, then we have 2 different nox
user_id’s on our side as we assume these are different users.
2. User creation from Manufacturer’s or NOX Energy website/app.
In case of the user enabling NOX Energy optimizations in the NOX Energy webapp or the manufacturer’s website/app, we redirect the user to an energy supplier selector where they can directly select and authenticate with integrated energy suppliers, if the Energy supplier provided an OAuth login page. This way the energy supplier knows which noxuser_id and device_id
is linked to which supplier_user_id.
Additionally, if NOX Energy is integrated in both the supplier and the manufacturer, we keep the user preferred settings
like their preffered comfort bounds in sync between all parties.
Below you can find an example flow diagram:

2.1 Supplier OAuth Page
When the user has chosen their supplier, they will be redirect to an OAuth login page the supplier will need to provide. The energy supplier should provide a redirect url from their OAuth platform to NOX. Additionally, in the OAuth platform the terms and conditions of the supplier should be shown/accepted by the user. If the authentication is successful, the supplier shares the user_id on suppliers side via the NOXPOST /post-login-redirect endpoint.
This allows NOX Energy to map the nox user_id to the supplier_user_id so that the supplier can link devices
coming from the NOX / manufacturer app to their users.
Note:
- An authentication session can only last 15 minutes. If the timeout is reached, we will always fail the authentication even if the user still completes it succesfully.