When using this URL:
/api/v2/analytics/query?type=count_unique&collection=session_start&start=2023-05-29T14:38:14+00:00&end=2023-09-1T14:38:14+00:00&access_token=[mytoken]
I get a 404.
I tried following the analytics query docs but clearly I missed something, but what?
(PS: I'm trying to get to the data that allows me to calculate the number of weekly active users).
Same issue with other analytics api calls like
/api/v2/analytics/dashboards&access_token=[mytoken]
which also returns a 404.
And yes: the access token is from my admin account which does have the Analytics Data view permission.