Connection to influx database
How to get access data
In mluvii public api there are two endpoints for obtain access data to get to influx database.
- /api/v1/Companies/metricSettings is for getting access to all companies for which I have permissions in mluvii
- /api/v1/Companies/{companyId}/metricSettings is for getting access to specific company for which I have permissions in mluvii
These endpoints return url and token which is used to connect to influx database.
Minimal permissions to obtain acccess data is CompanyAdmin.