Public API Reference
Public API details and usage examples for the Members Portal
Returns a single portal setting by name.
cURL
curl --request GET \ --url https://spaces.nexudus.com/api/public/settings/value/{name} \ --header 'Authorization: Basic <encoded-value>'
{ "Name": "<string>", "Value": "<string>" }
Documentation IndexFetch the complete documentation index at: https://learn.nexudus.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
import endpoints from '@/api/endpoints' const { resource: setting } = useTypedData(httpClient, endpoints.settings.get('BookingMinDuration'))
Was this page helpful?