An API (Application Programming Interface) is a communication protocol created for developers to exchange information between two applications.
TimeTonic has developed its own API that can be used by anyone with a TimeTonic account.
The TimeTonic API allows you to access, read, modify and create data in your workspace tables and integrate them into your software development projects (e.g. other business applications, websites, mobile applications).
To use the TimeTonic API, you need to obtain an API key, also called a Sesskey (session key), which must be transmitted with each request.
Each API key (Sesskey) is associated with a unique user account. This user must be a member of a workspace for the API associated with that account to have access to the tables and data in that workspace.
Note : to allow full read and write access for data manipulation, consider giving Admin access to the user account used for the API. Also note that specific pricing may apply for the use of the API. More information here.
To get started, start by obtaining an API key (Sesskey).
General documentation
See the full documentation of the API.