Skip to main content
GET
/
api
/
v1
/
version
Get server version
curl --request GET \
  --url https://breadbox.example.com/api/v1/version
{
  "version": "<string>",
  "latest": "<string>",
  "update_available": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.breadbox.sh/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Version information.

version
string
latest
string | null
update_available
boolean