API Documentation
Open the MOCREO Sensor System public API documentation and review request-rate and polling-window guidance.
Open MOCREO Public API Documentation
View the official Sensor System API endpoints and request formats.
API Request Guidelines
Request rate limit
MOCREO Public APIs allow no more than 5 requests per second.
Match the beginTime and endTime window in each request to the polling interval used by your integration.
For example, if the API is called every 10 minutes:
- Set
beginTimeto 10 minutes before the current time. - Set
endTimeto the current time.
Using a matching time window helps retrieve complete sensor readings while reducing the query range, processing cost, and response wait time.