Forum Discussion
Expression.Error: Access to the resource is forbidden (WEB API)
- 2 years ago
Does it work in Postman? Yes.
According to the Umbrella API Documentation, Umbrella stores its reporting data in geolocated data warehouses, with separate endpoints for the EU and US regions:
For the EU region: api.eu.reports.umbrella.com
For the US region: api.us.reports.umbrella.comTherefore, I modified the URL as follows, and it now works correctly: https://api.umbrella.com/reports.us/v2/activity?from=-1days&to=now&limit=100&offset=0
lbendlin, Thank You!
Are you using the Query parameter of Web.Contents ?
- PasanSenarathne2 years agoRegular Visitor
Hi,
Yes, I used the query parameter inside the "Web.Contents".
- lbendlin2 years agoSuper User
Check the token with jwt.io , maybe it has the wrong scope.
- PasanSenarathne2 years agoRegular Visitor
Hi,
I checked the token with jwt.io but it is in the correct scope.
Here I have attached query diagnostic details for your reference.