I am having a similar issue with the api to get the power report.
I am using postman, tested auth with api token generated. Can get /farms as well as /auth/check to work. Hence i am quite confident the authorization token is working as expected.
When trying to use the power_report, i am getting a 403 error of “This action is unauthorized” Is there any settings i need to change to enable this?
Base Url: https://api2.hiveos.farm/api/v2
Complete url(excluding farmid ): https://api2.hiveos.farm/api/v2/farms//power_report?date=2021-12-05&period=1d&action=download
My Headers and body of result:
EDIT===
I suspect the api will not work on the free tier.