Target Not Found

404integration

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

What it means

No target matches the given ID.

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 target ID is malformed, or belongs to a different organization.

    List targets with GET /api/v0/targets to confirm the ID.

  2. 2.

    The target was deleted.

    Remove references to it and recreate it if it should still exist.

Where this happens

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