HTTP 400 Bad Request
Client ErrorThe server cannot process the request due to a client error such as malformed syntax, invalid request framing, or deceptive request routing.
Common Causes
- Malformed JSON or XML in request body
- Missing required parameters
- Invalid query string format
- Request body exceeds size limit
How to Fix
- Check the request body for syntax errors
- Verify all required parameters are included
- Validate input data before sending
- Check Content-Type header matches the body format
Related Status Codes
Need to look up other HTTP status codes?
View the Full HTTP Status Code Reference