Health check / Home endpoint
Health
Backend home and capabilities
Returns basic information about the backend and available endpoints.
GET
Health check / Home endpoint
Response
200 - application/json
Backend is operational
Human-readable name of the backend
Example:
"My OMSS Backend"
Backend version (semantic versioning)
Example:
"1.0.0"
Current operational status
Available options:
operational, degraded, maintenance, offline Standard name (always "omss")
Available options:
omss Available endpoint paths
Optional note about the backend or recommended frontend
Example:
"Community-powered streaming backend. Visit https://github.com/mybackend for more info."