A 400 Bad Request error indicates that your API request is malformed or contains invalid parameters.
Common Causes
- Type Mismatches: Passing a string value where the API strictly expects an integer or boolean.
- Malformed Syntax: Invalid formatting in your request URL or body.
- Missing Required Parameters: Failing to include required fields in your query string.
Troubleshooting Steps
- Review the specific endpoint's requirements in the API Documentation.
- Verify that all passed parameters match their defined data types exactly.
- If the issue persists, please contact the Support Team with your exact request payload for assistance.