User Login
The Solinteg API account system is completely independent, and your API account cannot be shared with your Solinteg account. If you have a Solinteg API account, please make sure you pay attention to the following contents:
- Authorization to assigned devices determines the devices that you can query for data and configure.
- Authorization to device data subscription determines the devices that you can subscribe to the real-time device data.
✨ For Example
curl --location -g '{{EU}}/loginv2/auth' \
--data-raw '{
"authAccount": "openapi@gmail.com",
"authPassword": "openapi4test"
}'