Hello
Returns basic information about the API server (useful for testing connectivity and version checks).
Authorizations
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
Response
A successful response.
Motd is a message of the day. It might provide some useful information.
ServerName is an identfier for which server is being accessed.
ServerTime is the current date/time at the server.
Username is the account name you are currently logged into.