Public API Reference
Public API details and usage examples for the Members Portal
Returns the sensor data for the current location.
cURL
curl --request GET \ --url https://spaces.nexudus.com/api/public/sensors \ --header 'Authorization: Basic <encoded-value>'
GET /api/public/sensors Authorization: Bearer {token}
import endpoints from '@/api/endpoints' const response = await httpClient.get(endpoints.sensors.list)