For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get information about a newer defguard release, if any

get
Authorizations
defguard_sessionstringRequired
Responses
200

Information about the newest release, or null when up to date.

application/json
objectOptional
get/api/v1/updates
GET /api/v1/updates HTTP/1.1
Accept: */*
{
  "critical": false,
  "notes": "Bug fixes and improvements.",
  "release_date": "2026-07-01",
  "release_notes_url": "https://github.com/DefGuard/defguard/releases/tag/v2.1.0",
  "update_url": "https://defguard.net/download",
  "version": "2.1.0"
}

Last updated

Was this helpful?