Get API version
What it does
Section titled “What it does”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.
Request
Section titled “Request”GET /api/v1/version
| Auth | Not required |
| Path parameters | None |
| Query parameters | None |
| Body | None |
Example
Section titled “Example”curl -sS https://collingo.app/api/v1/versionResponse
Section titled “Response”200 OK
Section titled “200 OK”Content-Type: text/plain
1.0.0Errors
Section titled “Errors”This endpoint does not document error responses in OpenAPI beyond a successful version string.