Updated on 2025-03-31 GMT+08:00

Integration Principles

Figure 1 Integration principles

1. The third-party system is developed by the customer and integrates AICC APIs. The third-party system needs to invoke the authentication API of the API Fabric to obtain the authentication information. The API Fabric queries the customer information, authenticates the token, and returns the result with token information used for authentication.

2. After the authentication is successful, the third-party system sends a service request to the API Fabric. The request header must contain the token information used for authentication. The API Fabric uses OAuth for authentication.

3. After the authentication is successful, the API Fabric sends the request to the server of the AICC. The server processes the request based on the request API and content and returns the result. The API Fabric returns the result returned by the AICC server to the third-party system.