Authentication Using a Service Account

For accessing APIs, you can login via two types of accounts:
  • Service account

    A Service account represents a non-human entity such as an application or a service. It is used for automated processes or system-to-system interactions without human intervention.

    For accessing APIs with a service account, you need to get the Access Token by providing Client ID and Client Secret in get-service-token API. This Access Token can then be used for accessing other APIs.
    Note: Access Token Validity is 30 minutes by default and it can be configured in Settings > Authentication > oAuth Settings.