---
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
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2022-05-24T10:27:38-04:00'
  postedAt: '2022-07-01T00:00:00-04:00'
  updatedAt: '2024-02-02T10:05:05-05:00'
  effectiveAt: '2022-07-01T00:00:00-04:00'
---

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.
