Skip to main content
GET
Service version

Authorizations

Authorization
string
header
required

Caller API key issued by scripts/generate-api-key.ts. Sent as Authorization: Bearer . Verified against a stored SHA-256 hash in constant time by packages/api/src/auth/StaticKeyAuthenticator.ts. Required on every route except GET /health. See /api-reference/authentication.

Response

Service version information.

Response returned by GET /version. All three fields are hardcoded literals in packages/api/src/routes/version.ts, not read from package.json or any build metadata.

name
enum<string>
required
Available options:
Parmana
version
string
required

Hardcoded running service version string.

api
enum<string>
required
Available options:
v1