TimeChimp has a public API that can retrieve data from your TimeChimp environment and update data. In addition, you can create certain new data via our API to put in your TimeChimp environment or delete it. Our public API is a RESTful API. The following main topics can be found in our technical documentation (https://api.timechimp.com/):
Customers
Expenses
Invoices
Mileage
ProjectNotes
Projects
Tags
Tasks
Time
Users
The TimeChimp API is accessible through all applications that can execute HTTP web requests. This can be an application that you have built yourself, an API development tools such as Postman or even via Microsoft Excel and PowerBI.
Instructions
To communicate with the TimeChimp API, users must first be authenticated so that they can execute requests. The steps for this are:
Get an API token (Settings -> API -> Create Access token)
Add this token to the Authorization request headers (format: “Authorization: Bearer {token}“)
Make your requests to our TimeChimp API.
All possible entities and actions can be found at https://api.timechimp.com/. You can only retrieve (or update, create or delete) data for parts (active apps) that are also available for your organization in TimeChimp.