Accessing API with Service Account
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.