Skip to main content
HTTP status400 Bad Request
Error codebad_request

What happened

The request was rejected before it reached the handler — typically malformed JSON, an unsupported content type, or a required query/path parameter that could not be parsed.

How to fix

Inspect detail (and errors when present) for the exact reason, correct the request, and retry.