HTTP 404validation

Not found

not_found

What it means

The resource you asked for doesn't exist or you don't own it.

Common causes

How to fix

  1. Confirm the ID with `GET /api/v1/webhooks` (lists yours).
  2. For ingredient cache misses, call `POST /api/v1/check` first; the cache populates on 2xx.

Example

// 404 on ingredient cache miss
{
  "error": "not_found",
  "message": "No cached verdict for this ingredient in this region. Call POST /v1/check first."
}