Jan 11, 2024

Invalid Request Body

To resolve the issue, examine the request body and ensure that it is valid JSON with a structure matching the API endpoint's request schema.

When the API reports an invalid request body, it means that entity the user submitted with the API request either:

  1. Is not valid JSON
  2. Was valid JSON, but did not match the API endpoint's request schema

The error response's message field may contain additional information to help diagnose the problem.

To resolve the issue, examine the request body and ensure that it is valid JSON its structure match the API endpoint's request schema in the API documentation.