Retrieve Board
Retrieve details of a specific feedback board by ID.
Introduction
The FeatureOS retrieve boards API allows you to retrieve boards from your organization.
GET
https://api.featureos.app/api/v3/buckets/:id
curl -X GET 'https://api.featureos.app/api/v3/buckets/:id' \
-H 'API-KEY: YOUR_API_KEY' \
-H 'Content-Type: application/json'Headers
| Parameter | Default | Description |
|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. |
| ALLOW-PRIVATE | false | Set to true if retrieving a private boards. |
Query Parameters
| Parameter | Default | Description |
|---|---|---|
| id | - | The ID of the board returned in the list boards endpoint. |