keecode logokeecode
400

Bad Request

Client Error

Description

The server cannot process the request due to client error

Common Usage

Used for malformed requests, invalid JSON, missing required fields

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 400 Bad Request

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 400 Bad Request