Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 2.25 KB

overview.md

File metadata and controls

27 lines (18 loc) · 2.25 KB

Web API

Time cockpit offers a web-based API. HTTP, REST and JSON can be used to access and modify information, execute business logic or generating a report without depending on our .NET SDK. This service is publicly hosted and customers do not have to perform any additional installation or configuration steps.

The time cockpit API provides various endpoints:

Base Address

The base address of our web API is https://api.timecockpit.com. It is only accessible via HTTPS and you need to authenticate before you can use the API.

Authentication

Three forms of authentication are currently supported:

Warning

We strongly discourage to use token or basic authentication. These methods of authentication will be disabled in the foreseeable future. We strongly recommend authenticating using PATs.

To learn how to authenticate against our Web API refer to authentication.