User feedback api with self-hosted 404s

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?

Hi,

There are some links that you might want to read first.

The token requires certain permissions with a user the needs to be in a role of a Admin, Manager or Owner, depending on your needs:

404 means that is not found. That means the path is somehow wrong. Have you tried adding an “/” and the end of the string?

…/0/projects/{my_org}/{my_project}/user-feedback**/**