Updated on 2022-02-21 GMT+08:00

Calling APIs

Before APIs are called, request authentication information needs to be obtained and padded in the request header. Currently, only token-based authentication is supported.

The process for calling an APM API is as follows: constructing requests > initiating requests > parsing responses.

The following lists the steps for calling an API:

  1. Obtaining Information for Authentication
  2. Constructing Requests
  3. Initiating Requests
  4. Parsing Responses