Skip to content
V2 (Legacy) API ReferenceGet started
1xxx — Client Errors

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.

  • 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