Skip to content

bad_request

HTTP status: 400 Bad Request

The request was malformed or otherwise couldn’t be processed — distinct from validation_failed, which reports specific invalid fields.

  • Malformed JSON in the request body.
  • A field with the wrong JSON type.
  • A malformed pagination cursor.
  • Validate your JSON and field types against the API Reference.
  • Pass pagination cursors back exactly as received.
{
"error": "bad_request",
"message": "The request body could not be parsed.",
"docs_url": "https://featureflip.io/docs/management-api/errors/bad_request"
}