Error code

INVALID_PAYLOAD

Invalid payload

  • HTTP status400
  • Classvalidation
  • Severityinfo
  • Retryableno

Invalid payload

The request body could not be parsed (malformed JSON, wrong content-type, or non-deserialisable structure).

Common causes

  • Wrong Content-Type header.
  • Truncated body.
  • Charset mismatch (non-UTF-8).

What to do

Send Content-Type: application/json with valid UTF-8 JSON.

פיילוד לא תקין

גוף הבקשה לא ניתן לפרסר (JSON פגום, content-type שגוי, או מבנה שלא ניתן לפרסור).

סיבות נפוצות

  • Content-Type שגוי.
  • גוף קטוע.
  • אי־התאמת charset (לא UTF-8).

פעולה מומלצת

שלחו Content-Type: application/json עם JSON תקני ב־UTF-8.