Postman collection for the CloudBees Feature Management API.
Download the Postman Collection
Or import directly into Postman using this URL:
https://raw.githubusercontent.com/cloudbees-oss/fm-api-postman/main/cloudbees-fm-api.postman_collection.json
- Open Postman
- Click Import
- Select the downloaded JSON file or paste the raw URL above
- The collection appears in your sidebar
Create a Postman environment with these variables:
| Variable | Description | Example |
|---|---|---|
baseUrl |
API base URL | https://api.cloudbees.io |
applicationId |
Your FM application ID | app-abc123 |
apiToken |
Your API bearer token | eyJhbGciOiJ... |
The collection uses Bearer token authentication. Your apiToken variable is automatically used for all requests.
The collection includes 32 requests organized by resource:
- List flags
- Create flag
- Get flag by ID
- Get flag by name
- Update flag
- Delete flag
- Restore deleted flag
- List labels
- Get flag configuration state
- Get flag usage per environment
- Get flag configuration
- Update flag configuration
- Patch flag configuration
- Update configuration state
- Clone flag configuration
- List flag configurations
- List target groups
- Create target group
- Get target group by ID
- Get target group by name
- Update target group
- Delete target group
- List target groups with flag usage
- Get target group flag usage per environment
- List custom properties
- Create custom property
- Get custom property by ID
- Get custom property by name
- Update custom property
- Delete custom property
- Get property flag usage per environment
- Get property target group usage
For complete API documentation, see the CloudBees Feature Management API Reference.
MIT - See LICENSE