I am sure I am doing something wrong here, but I just cant quite work this one out.
When I originally setup the integration, I had issues but it worked with a country code of AU
It now wont authenticate with my API token, although I can successfully make requests via curl using that same token,
{"zone":"AU","carbonIntensity":256,"datetime":"2025-12-08T03:00:00.000Z","updatedAt":"2025-12-08T02:24:48.700Z","createdAt":"2025-12-07T15:09:41.538Z","emissionFactorType":"lifecycle","isEstimated":true,"estimationMethod":"TIME_SLICER_AVERAGE","temporalGranularity":"hourly"}
These are the zones available via the zones endpoint;
{"AU":{"zoneName":"Australia","zoneKey":"AU","countryCode":"AU","zoneParentKey":null,"subZoneKeys":["AU-NSW","AU-NT","AU-QLD","AU-SA","AU-TAS","AU-TAS-FI","AU-TAS-KI","AU-VIC","AU-WA","AU-WA-RI"],"isCommerciallyAvailable":true,"tier":null,"access":["carbon-intensity/past","carbon-intensity/past-range","carbon-intensity/history","carbon-intensity/latest","carbon-intensity/forecast","power-breakdown/past","power-breakdown/past-range","power-breakdown/history","power-breakdown/latest","power-breakdown/forecast","/updated-since"]}}
I could never get it to work using either my home location, or entering lat/long values.
I cant see any errors in the logs related to this, even after enabling debug logs.