Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Public API Reference
Public API details and usage examples for the Members Portal
Returns the available tags for discussion board threads.
cURL
curl --request GET \ --url https://spaces.nexudus.com/api/public/community/board/tags \ --header 'Authorization: Basic <encoded-value>'
GET /api/public/community/board/tags Authorization: Bearer {token}
import endpoints from '@/api/endpoints' const response = await httpClient.get(endpoints.community.board.tags)
Was this page helpful?