Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/data-exchange/connect-api.md
Original file line number Diff line number Diff line change
@@ -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)**
Expand All @@ -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**.

Expand All @@ -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)
Expand Down
Loading