# Hello Returns basic information about the API server (useful for testing connectivity and version checks). Endpoint: GET /core/v1/hello Version: 1.3.1 Security: BasicAuth ## Response 200 fields (application/json): - `motd` (string, required) Motd is a message of the day. It might provide some useful information. - `serverName` (string, required) ServerName is an identfier for which server is being accessed. - `serverTime` (string, required) ServerTime is the current date/time at the server. - `username` (string, required) Username is the account name you are currently logged into. ## Response 401 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error Example: "Unauthorized" ## Response 429 fields (application/json): - `message` (string) A human-readable message providing more details about the error Example: "Rate Limit Exceeded" ## Response 500 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error. Example: "Internal Server Error" - `details` (string,null) Additional context or information about the error. Example: "Something went wrong."