Skip to main content

HTTP status

400 invalid_request_error

Typical cause

A request field was provided but its value violates a schema constraint (enum, range, format, etc.). The param field names the offender.

Resolution

Check the schema for the allowed values and retry with a valid value.