Skip to main content

Bucketeer HTTP API

HTTP API (Alpha)

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.

API specification

API reference is available here.