Issue
I'm using a documented Sentry API endpoint with the correct permissions with my EU Sentry org, but I get an empty dataset back.
Applies To
- All customers
Resolution
The de.sentry.io
domain needs to be used to work with organizations hosted in the EU. For example, sending a request to https://sentry.io/api/0/organizations/
won't return data, but https://de.sentry.io/api/0/organizations/
will.