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!
Does it work in Postman?
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.com
Therefore, 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!