Feedback Not Found

404integration

https://inputbuffer.io/docs/api/problems/feedback-not-found

What it means

No feedback matches the given ID in this organization.

This usually points at your integration's setup rather than anything the end user did. Show the end user a generic message like "Something went wrong on our end.", and log detail for your own debugging.

How to fix it

  1. 1.

    The ID is malformed, or belongs to a different organization's feedback.

    Confirm the ID exactly as returned by GET /api/v0/feedback, using the token/org that created it.

  2. 2.

    The feedback was deleted.

    Deleted feedback can't be recovered, so remove references to it.

Where this happens

Still stuck? Email [email protected] with the type value above and roughly when it happened.