400 Bad Request
The server couldn't understand or process the request.
What it means
400 indicates a client error. The request was malformed, invalid, or missing required data. Common causes: invalid JSON, wrong Content-Type, validation errors, or missing required fields.
How to fix it
- Check the request body is valid JSON (if sending JSON)
- Set Content-Type: application/json
- Verify required fields are present
- Read the response body for validation details
Test your API and see if the issue is resolved.
Open Send Web Request — free, no signup. Or send a POST request online.