Skip to content

The Hoody Files API provides health and system endpoints for the Files service. These endpoints are used to inspect the current API version and server metadata, typically as part of connectivity checks or deployment verification.

Returns the current API version and server information for the Files service.

This endpoint takes no parameters.

{
"server_version": "2024.01.15",
"version": "1.0.0"
}
const response = await client.files.system.getApiVersion();