From b181547ce2bd6bad45a14454ccdb56f6f57a7307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20E=C3=9Flinger?= Date: Wed, 1 Oct 2025 09:37:29 +0200 Subject: [PATCH] wip --- docs/data-exchange/connect-api.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/data-exchange/connect-api.md b/docs/data-exchange/connect-api.md index b0fd444..0018ba5 100644 --- a/docs/data-exchange/connect-api.md +++ b/docs/data-exchange/connect-api.md @@ -1,10 +1,12 @@ # API Connectivity ## Overview + The tapio allows integration partners to connect ERP systems, Tool Managers, and measurement systems with tapio services. Partners can securely access Tadamo and MaintenanceService (MS) APIs through **AuthorizationKeys** generated from add-ons. ### Supported Add-ons + - **ERP Add-on (SharpeningUI)** - **Measurement Add-on (SharpeningUI)** - **ToolManagerOffice Add-on (Twinio)** @@ -15,7 +17,8 @@ Each add-on can generate its own **AuthorizationKey**, which serves as the crede ### AuthorizationKey -An **AuthorizationKey** is issued via the add-on settings in the tapio portal. +An **AuthorizationKey** is issued via the add-on settings in [My tapio](https://my.tapio.one). + - The key is generated by the customer and shared with the integration partner (e.g., ERP, Measurement, or Tool Manager system). - The key is **valid until explicitly revoked**. @@ -25,7 +28,7 @@ Keys are scoped to the customer subscription and application. ## ⚙️ Add-on Configuration -- Go to the tapio portal. +- Go to [My tapio](https://my.tapio.one). - Navigate to the relevant Add-on (ERP, Measurement, ToolManagerOffice). ![Choose Add-on](./assets/choose-addon.png)