Boards
List all boards API
Introduction
The featureOS list all boards API allows you to retrieve all boards from your organization.
GET https://api.featureos.app/api/v3/buckets
Headers
Parameter | Default | Description |
---|---|---|
API-KEY | - | Generate from organization settings on the admin dashboard. |
Query Parameters
Parameter | Default | Description |
---|---|---|
page | 1 | Used to paginate responses. |
sort | desc | Set to asc to retrieve boards ordered by alphabetically ordered by ascending name. |
privacy | public | Private boards are not returned by default. Set to private to retrieve private boards. |