• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Access tokens

Settings API - Access tokens schema table

Access tokens (builtin:tokens.token-settings)

Configure Dynatrace API access token and personal access token generation. For details about tokens and authentication go to Dynatrace API authentication documentation.

To create an access token go to Access tokens.

Schema IDSchema groupsScope
builtin:tokens.token-settings
  • group:integration.token-management
  • group:integration
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:tokens.token-settings
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:tokens.token-settings
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:tokens.token-settings

Authentication

To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

PropertyLabelTypeDescriptionRequired
newDynatraceTokenFormatEnabledCreate Dynatrace API tokens in the new formatboolean

Check out this blog post to find out more about the new Dynatrace API token format.

required
patEnabledEnable personal access tokensboolean

Allow users of this environment to generate personal access tokens based on user permissions. Note that existing personal access tokens will become unusable while this setting is disabled.

required