04 Feb 2025 01:05 PM
What are the primary uses of OAuth clients, platform tokens, and classic access tokens in Dynatrace?
Solved! Go to Solution.
04 Feb 2025 01:06 PM
OAuth clients are used for accessing the account management APIs as well as platform services. Their primary use is in integration and automation scenarios. OAuth clients can only be created by Account admins.
Platform tokens are used to access the platform services with the user's privileges. They allow every user to consume the data he can access via the API.
Classic access tokens are used to access the v1 and v2 APIs of Dynatrace. They're not compatible with platform services.
05 Feb 2025 07:18 AM