version

GET

Overview

Returns the KeePassHttp plugin identifier and its current version.

Request

Path: /version

Optional query: format=

  • keepass returns the colon-delimited 3-line payload - KeePass Plugin format.
  • empty or 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