CJA API /reports end point not working
Hi all,
We've been trying to pull data from CJA through the API.
After some difficulty we were able to access some stuff like data views, dimensions, and metrics but we are unable to request anything from the /reports end point.
Example of requests:
res = requests.get("https://cja.adobe.io/data/dataviews", headers=get_headers())
We've been checking this link: https://developer.adobe.com/cja-apis/docs/api/#tag/Reporting-API but requests.get("https://cja.adobe.io/reports", headers=get_headers, params=parameters()) does not work and returns a 403 for res.
Any guidance or suggestions would be welcome!