400: Invalid Request
The server couldn't understand your request due to malformed syntax.
400bad requestinvalid requestvalidation
This error occurs when the request format doesn't match what the API expects. Check your request structure and try again.
Common Causes
Malformed JSON in request body Missing required headers Incorrect HTTP method Invalid URL parameters
Resolution Steps
1
Check request format
Verify JSON syntax and structure match API documentation
2
Review headers
Ensure Content-Type and other required headers are present
3
Validate parameters
Check that all URL and query parameters are correctly formatted
4
Test with API explorer
Use our API documentation's test feature to verify request structure
Still need help? Contact support with your request details and we'll investigate.
Related Articles
Was this article helpful?