By using McTime's REST-based API, you can push and retrieve data to and from McTime and integrate it with other systems.
API Base Endpoint
https://mctime.com/api/v2/auth/
All your requests should include "API_KEY" in request header, containing your API Key.
curl -H "content-type: application/json" -H "API_KEY: yourAPIkey" -X GET https://mctime.com/api/v2/auth/...