• Common error codes

    2026-06-15 15:06:29
    When something goes wrong the platform returns a clear status code. This reference explains the most common ones and what to do about them.What the codes mean400 — the request was malformed; check required f...
  • Why didn't my webhook fire?

    2026-06-15 15:06:29
    If you expected a webhook but never received it, work through this checklist before reaching out for help.ChecklistConfirm the endpoint is publicly reachable (no localhost or firewalled URLs).Make sure you subscribed ...
  • Clearing the cache

    2026-06-15 15:06:30
    Stale data or odd display glitches are often resolved by clearing the cache. Try this before assuming something is broken.Browser cacheDo a hard refresh with Ctrl+Shift+R (or Cmd+Shift+R).If ...