Public API Reference
Public API details and usage examples for the Members Portal
Returns the available tags for discussion board threads.
GET /api/public/community/board/tags Authorization: Bearer {token}
import endpoints from '@/api/endpoints' const response = await httpClient.get(endpoints.community.board.tags)