HTTP API
The HTTP API is currently in its alpha stage.
If you find any issues or have suggestions for improvement, feel free to open an issue.
All contributions are welcome!
The Bucketeer HTTP API allows you to interact with the Bucketeer service programmatically. It supports operations such as creating, updating, and retrieving feature flags, managing users, and evaluating feature flags for specific users.
Authentication
Bucketeer API uses token-based authentication. Each request must include an authorization header with the token:
authorization: <your-api-key>
API Key can be created in the Bucketeer dashboard under Organization Settings.
API specification
API reference is available here. The GetFeatureFlags endpoint may include ForceUpdate=true when the diff filter would otherwise return no features, prompting the SDK to fetch the full payload and recover from a stale state. This ensures the SDK stays consistent even during rapid flag updates.