This article discusses access tokens used in previous Dynatrace to authenticate to classic Configuration and Environment APIs. For the latest Dynatrace access, see Platform tokens and OAuth clients.
Normally, access tokens require admin rights to generate. With personal access tokens, however, you can generate a token for API usage without admin rights. Available scopes are not pre-filtered based on your user permissions. Instead, your permissions are checked whenever you use your personal access token to authorize a request. You're also limited to the data from management zones you have access to.
A personal access token is bound to you. You can't generate a personal access token for another user.
Admin rights are required to enable this feature. After it's enabled, any user can generate a personal access token.
To enable personal access tokens
To generate a personal access token
You can only access your token once upon creation. You can't reveal it afterward.
Name
API value
Description
Read analyzers
analyzers.read
Write and execute analyzers
analyzers.write
Write API tokens
apiTokens.write
Grants access to POST, PUT, and DELETE requests of the Access tokens API.