1001: Missing required field
A required field is missing from the request body or query parameters.
A required field is missing from the request body or query parameters. This is an HTTP 400 error indicating the request cannot be processed as-is.
Troubleshooting
Section titled “Troubleshooting”- Check the API docs for the required fields on the endpoint you are calling
- Use an official SDK which enforces required fields at compile time