CloudBees Feature Management REST API

The CloudBees Feature Management REST API (formerly Rollout) provides programmatic access to applications, environments, feature flags, experiments, target groups, audit logs, and users. Authentication uses a bearer token in the Authorization header. The API enforces a one request per second rate limit per IP, returning HTTP 555 when exceeded.

API entry from apis.yml

apis.yml Raw ↑
aid: cloudbees:feature-management
name: CloudBees Feature Management REST API
tags:
- Experimentation
- Feature Flags
- Feature Management
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://x-api.rollout.io/public-api
humanURL: https://docs.cloudbees.com/docs/cloudbees-feature-management-rest-api/latest/introduction
properties:
- url: https://docs.cloudbees.com/docs/cloudbees-feature-management-rest-api/latest/introduction
  type: Documentation
- url: https://docs.cloudbees.com/docs/cloudbees-feature-management-rest-api/latest/environments
  type: Environments
- url: https://docs.cloudbees.com/docs/cloudbees-feature-management/latest/rest-api
  type: Reference
description: The CloudBees Feature Management REST API (formerly Rollout) provides programmatic access
  to applications, environments, feature flags, experiments, target groups, audit logs, and users. Authentication
  uses a bearer token in the Authorization header. The API enforces a one request per second rate limit
  per IP, returning HTTP 555 when exceeded.