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.
Common causes
Section titled “Common causes”- Malformed JSON in the request body.
- A field with the wrong JSON type.
- A malformed pagination
cursor.
How to fix
Section titled “How to fix”- Validate your JSON and field types against the API Reference.
- Pass pagination cursors back exactly as received.
Example
Section titled “Example”{ "error": "bad_request", "message": "The request body could not be parsed.", "docs_url": "https://featureflip.io/docs/management-api/errors/bad_request"}