version
GET
Overview
Returns the KeePassHttp plugin identifier and its current version.
Request
Path: /version
Optional query: format=
keepassreturns the colon-delimited 3-line payload - KeePass Plugin format.emptyor missing returns plain version text only.
No body
Examples:
# Plain text (default)
curl -s http://localhost:19455/version
# KeePass plugin format
curl -s http://localhost:19455/version?format=keepass
Response
Successful (HTTP 200)
KeePass plugin format (format=keepass):
:
KeePassHttp:2.0.0.0
:
Plain (default / format=empty / missing):
2.0.0.0