Reasons and how to fix
Invalid request parameters
The most common reason for theinvalid-request
error is that one or more of the request parameters are invalid or missing.
To fix this, ensure that all required parameters are included in the request and that they are correctly formatted and valid.
Missing required parameters
If required parameters are missing from the request, this will trigger theinvalid-request
error.
To fix this, ensure that all mandatory parameters are provided in the request. Refer to the API documentation for a list of required parameters.