This `This documentation provides an overview of twinzo's two API authorization methods - Device OAuth and static token, along with the request signing process for authorized requests. With this information, developers can effectively implement authorization and request signing to securely integrate third-party data sources with twinzo's API endpoint.
...
The Device OAuth method enables authorization per device using a login and password combination. Developers can add login and password credentials in the device edit form, as described in the previous chapters.
To send authentication requests with credentials and client name, developers can use the following endpoint:
URL: https://api.twinzo.eu/swagger/ui/index#!/Authorization/Authorization_Authenticate
...
Each token has an expiration, but it can be refreshed with a dedicated method available at:
URL: https://api.twinzo.eu/swagger/ui/index#!/Authorization/Authorization_RefreshToken
...