ERR_003 – Invalid API Request Parameters
The API call you just made contains one or more parameters that are malformed, missing, or contain invalid values. This prevents the server from processing the request.
ERR_003
Common Causes
- Missing required query parameter.
- Parameter type mismatch (e.g., sending a string where an integer is expected).
- Value out of allowed range or not following the required format.
- Using deprecated parameter names.
How to Resolve
- Review the API parameter documentation for the endpoint you are calling.
- Ensure all required parameters are present and correctly spelled.
- Validate the data types and formats of each parameter before sending the request.
- Use our Parameter Validator tool to test your request payload.
Need More Help?
If you’ve checked your request and still encounter this error, please contact support with the following details:
- Full request URL
- Request headers (except any sensitive authentication tokens)
- Timestamp of the request (UTC)