The single endpoint in this collection is useful if you don't have a reliable time source. It helps ensure that your local time is in synch with that of the API server, since authentication uses a time window, outside of which authentication will fail.
GET /time
GET https://api.cloudtrax.com/time
The current time is returned in ISO 8601 format (UTC).
{
"time" : "2015-08-24T13:52:00Z"
}