sentry
sentry copied to clipboard
API not working as expected
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Hello everybody, I am using Sentry SaaS. I have generated an user authentication token and I use this token to list all my organizations with curl https://sentry.io/api/0/organizations/ -H 'Authorization: Bearer <auth_token>'
The api answers with an empty list. But if I list all the members of my organization with curl https://sentry.io/api/0/organizations/{organization_id_or_slug}/members/ -H 'Authorization: Bearer <auth_token>'
my user is present in the answer list.
There are some user settings that I am missing?
I am expiriencing the same problem listing all my projects.
Expected Result
.
Actual Result
.
Product Area
APIs
Link
No response
DSN
No response
Version
No response
Routing to @getsentry/product-owners-apis for triage ⏲️
I'll look into it.