Tovuti is currently transitioning to the new Tovuti API. The steps below outline the process for creating a key for the Legacy API. For additional information on migrating to the new Tovuti API, view the Help Center article here.
API (Application Programming Interface) allows two applications to exchange data with each other. This allows Administrators to create “triggers” on their other platforms or applications that update information in Tovuti.
API Keys are generated in Tovuti and then applied when writing the code to link an application to Tovuti. To generate keys, follow the steps below:
Go to Configuration > Click API Keys > Click Generate New Key
Give this Key a Title. Select the Permissions that apply to this Key. Each Permission corresponds to an action carried out by the trigger on a 3rd-party application.
It is recommended to give this Key a Title that references the Permissions allowed.
Tovuti allows Permissions that apply to the following categories:
- Users
- Awards
- Courses
- Events
- User Teams
- Virtual Meetings
- Checklists
- Assignments
- Quizzes/Survesy
- Certificate Templates
- Reports
- Subscriptions
Select Yes for Allow All Permissions to enable all actions under this Key.
Click Save and Close.
From the list view of API Keys, Tovuti has now generated the API Public Keys and Secret Keys to be applied when writing the code for API connections.