app:dynatrace.quickstart:dynatrace.quickstart.token-config)Stores platform token configuration for the QuickStart app, scoped per user.
| Schema ID | Schema groups | Scope |
|---|---|---|
app:dynatrace.quickstart:dynatrace.quickstart.token-config | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.quickstart:dynatrace.quickstart.token-config |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.quickstart:dynatrace.quickstart.token-config |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.quickstart:dynatrace.quickstart.token-config |
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.
| Property | Type | Description | Required |
|---|---|---|---|
Service User UUIDserviceUserUuid | text | UUID of the dedicated service user | Required |
Service User Group UUIDserviceUserGroupUuid | text | Group UUID of the service user | Required |
Access TokenaccessToken | secret | Platform access token (masked in browser reads, plaintext via serverless) | Required |
Access Token IDaccessTokenId | text | Platform token ID for the access token | Required |
Platform TokenplatformToken | secret | Platform token (masked in browser reads, plaintext via serverless) | Required |
Platform Token IDplatformTokenId | text | Platform token ID for the platform token | Required |
Platform Token VersionplatformTokenVersion | integer | Integer version of the scope set used to create the platform token | Required |
Policy Binding ConfirmedpolicyBindingConfirmed | boolean | Whether the policy binding for the service user has been confirmed | Required |