Skip to content

Get API version

Returns the Collingo backend package version as plain text. Useful for health checks and confirming which build you are talking to. No authentication is required.

GET /api/v1/version

AuthNot required
Path parametersNone
Query parametersNone
BodyNone
Terminal window
curl -sS https://collingo.app/api/v1/version

Content-Type: text/plain

1.0.0

This endpoint does not document error responses in OpenAPI beyond a successful version string.