Try it free

Settings API - QuickStart Token Configuration schema table

  • Published Jul 22, 2026

QuickStart Token Configuration (app:dynatrace.quickstart:dynatrace.quickstart.token-config)

Stores platform token configuration for the QuickStart app, scoped per user.

Schema IDSchema groupsScope
app:dynatrace.quickstart:dynatrace.quickstart.token-config-
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.quickstart:dynatrace.quickstart.token-config
GETSaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.quickstart:dynatrace.quickstart.token-config
GETEnvironment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.quickstart:dynatrace.quickstart.token-config

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

PropertyTypeDescriptionRequired
Service User UUID
serviceUserUuid
text

UUID of the dedicated service user

Required
Service User Group UUID
serviceUserGroupUuid
text

Group UUID of the service user

Required
Access Token
accessToken
secret

Platform access token (masked in browser reads, plaintext via serverless)

Required
Access Token ID
accessTokenId
text

Platform token ID for the access token

Required
Platform Token
platformToken
secret

Platform token (masked in browser reads, plaintext via serverless)

Required
Platform Token ID
platformTokenId
text

Platform token ID for the platform token

Required
Platform Token Version
platformTokenVersion
integer

Integer version of the scope set used to create the platform token

Required
Policy Binding Confirmed
policyBindingConfirmed
boolean

Whether the policy binding for the service user has been confirmed

Required