Hello,
I'm trying to access the EOX API and am getting a 403 (forbidden). I have the access token and my app is registered. I'm using the url below:
https://apix.cisco.com/supporttools/eox/rest/5/EOXByDates/1/2025-01-01/2027-12-31?responseencoding=json
I'm using this header
"Authorization": "Bearer [my access token]"
"Accept": "application/json"