Skip to main content
The API uses standard HTTP status codes. Common responses include:
  • 401 Unauthorized (invalid or missing token)
  • 403 Forbidden (invalid credentials or insufficient access)
  • 404 Not Found
  • 409 Conflict (data not ready yet or duplicate state)
  • 500 Server error
Errors are returned as JSON with an error message.
{ "error": "Error description" }