Checks the version endpoint without authentication
GET /v1/version
Summary
Checks the version endpoint without authentication.
Details
Returns the current API version and build date when available.
Authentication
No operation-level security requirement is documented here.
Parameters
None documented here.
Request Body
No request body is documented here.
Responses
200
Success
application/json
Not documented here.
Example
{
"Version": "1.0.0",
"BuildDate": "2026-01-01"
}