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/
For authentication you will need your API key which you can find in your own profile settings.


2038

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/...