First things first, sorry for the newb question.
I’m trying to post user feedback via the api to my companies self hosted sentry. I’m getting 404s and couldn’t find in the documentation exactly how to structure my url for the post.
I’ve used:
https://getsentry-production.${my_org}.com/api/0/projects/${my_org}/${my_project}/user-feedback
included my auth token and post data, but get 404. Sorry, does anyone know what I’m doing wrong?