Skip to content

Error Handling

Common API errors and how to handle them.

Error Format

{
  "status": "error",
  "error": {
    "code": "ERROR_CODE",
    "message": "Human-readable description",
    "details": {}
  }
}

Common Errors

401 Unauthorized

API key invalid or expired.

404 Not Found

Sensor or resource doesn't exist.

429 Too Many Requests

Rate limit exceeded.

500 Internal Server Error

Server error - contact support.

View all endpoints →