Skip to content
V2 (Legacy) API ReferenceGet started
1xxx — Client Errors

1003: Invalid request body

The request body is malformed or invalid JSON.

The request body is malformed or invalid JSON. This is an HTTP 400 error indicating the server could not parse your request.

  • Validate your JSON syntax using a linter or validator
  • Set the Content-Type header to application/json