API error type

Bad Request

HTTP 400 · https://errors.driftstack.dev/bad-request

What it means

The request was malformed — unparseable JSON, a missing required field, or a value outside the accepted range.

How to fix it

Check the `detail` field for the specific problem, fix the request body or parameters, and retry. The API reference documents every endpoint’s expected shape.

Where it appears

In the type field of the RFC 9457 application/problem+json error body, alongside title, status, detail, and an instance correlation id.