Skip to main content
GET
API version endpoint

Response

200 - application/json

Backend is operational

name
string
required

Human-readable name of the backend

Example:

"My OMSS Backend"

version
string
required

Backend version (semantic versioning)

Example:

"1.0.0"

status
enum<string>
required

Current operational status

Available options:
operational,
degraded,
maintenance,
offline
spec
enum<string>
required

Standard name (always "omss")

Available options:
omss
endpoints
object

Available endpoint paths

note
string

Optional note about the backend or recommended frontend

Example:

"Community-powered streaming backend. Visit https://github.com/mybackend for more info."