--- title: Create delegate access tokens through the GraphQL Admin API - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/create-delegate-access-tokens-through-the-graphql-admin-api md: https://shopify.dev/changelog/create-delegate-access-tokens-through-the-graphql-admin-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 1, 2022 Tags: * API # Create delegate access tokens through the GraphQL Admin API Avoid sharing an access token across systems with the new [`delegateAccessTokenCreate` mutation](https://shopify.dev/api/admin-graphql/unstable/mutations/delegateAccessTokenCreate). This mutation creates new tokens with a subset of the total permissions of an app. For app architectures that require authenticated access from multiple subsystems, it's best to avoid sharing the same token across all systems. Instead, create a new token that has access to only the minimal scopes that are required for proper functioning.