# Boards Boards (post categories) organize feedback into distinct containers with their own settings. ## List all boards - [GET /v2/boards](https://docs.featurebase.app/rest-api/boards/listboards.md): Returns all boards (post categories) for the authenticated organization. Boards are containers for posts/feedback. Each board can have different: - Access controls (public, private, segment-restricted) - Feature toggles (comments, posting enabled) - Custom fields This endpoint returns all boards without pagination. Organizations typically have a small number of boards. ## Get a board by ID - [GET /v2/boards/{id}](https://docs.featurebase.app/rest-api/boards/getboard.md): Retrieves a single board by its unique identifier. Returns the full board object including all access controls, feature toggles, and localization settings.