Activation using NET2GRID Hardware

In order to activate an installation, end-users need to onboard their hardware to their account. This Hardware can be NET2GRID devices, smart readers etc.

In the case of a NET2GRID device that streams High Resolution data, end-users need to use the onboard meter call, which requires the hardware to be both online and not associated with any other account currently active in the platform.

An example call in cURL format is described below:

curl --request PUT \
     --url https://<CE_API_BASE_URL>/v2/registration/onboard/<EUI64>/false \
     --header 'accept: application/json'
'

If successful the response of the token call will be like:

{
  "status": "ok",
  "message": "ok"
}

Once this call is completed the end-user is in the active state and is ready to fully use the platform.