Updated on 2023-12-20 GMT+08:00

Process Flow

The following figure shows the process of calling an API.

  1. Obtaining an API

    Obtain an API and its documentation from an API provider.

  2. Creating a Credential and Getting Authorized

    APIs that use app authentication can only be called using credentials bound to them.

  3. Adding an AppCode for Simple Authentication

    API Gateway only verifies the AppCode during simple authentication.

  4. Calling an API

    Use an API test tool to call the API with app authentication credentials.