Authentication

Requests for calling an API can be authenticated with either of the following methods:

  • Token-based authentication: Requests are authenticated using a token.
  • AK/SK authentication: Requests are encrypted using the access key ID (AK) and secret access key (SK).