Open kylannjohnson opened 2 weeks ago
Assigning to @getsentry/support for routing ⏲️
Routing to @getsentry/product-owners-apis for triage ⏲️
Routing to @getsentry/product-owners-issues for triage ⏲️
Hi @kylannjohnson, I believe the url should be https://sentry.io/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/issues/
, instead of https://sentry.io/api/0/organizations/<org-slug>/<project-slug>/issues/
(replace organizations
with projects
). Please let me know if this helps!
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
curl -I -H "Authorization: Bearer <token>" https://sentry.io/api/0/organizations/<org-slug>/<project-slug>/issues/
if you exclude the project-slug, the API returns issues
Expected Result
I'm expecting a response in the shape specified in this API doc: https://docs.sentry.io/api/events/list-a-projects-issues/
Actual Result
The curl command above returns a 200 on the connection establishment and a 404 on the api request. Removing project-slug returns correct json.
Product Area
APIs
Link
No response
DSN
No response
Version
No response