Skip to main content

I'm using a Sentry API endpoint, but it doesn't return information back on my EU org, why?

Updated over a month ago

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.

Did this answer your question?