Some of the general/utility methods, or take-contact methods, are:
/ping: Checks API availability. Will return current server timestamp. Can be used for synchronizing. Can be requested without authentification headers
/ping/{echo}: Same as prior, but returns an echo of param. This ping version needs authentification headers. Can be used for check authentification implementation.