Skip to content

The Hoody Files API provides system and health endpoints for the files service. These endpoints are useful for monitoring, diagnostics, and confirming API availability before integrating other files operations.


Returns the current API version and server information. Use this endpoint to verify connectivity and identify the deployed version of the files service.

GET /api/v1/version

This endpoint takes no parameters.

Terminal window
curl -X GET https://api.hoody.com/api/v1/version \
-H "Authorization: Bearer <token>"
{
"server_version": "1.0.0",
"version": "1.0.0"
}
FieldTypeDescription
server_versionstringThe server version
versionstringThe API version