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
401
Session is missing or invalid.
application/json
403
Requires admin privileges.
application/json
500
Unable to check for updates.
application/json
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?