Tags:
- API
Create delegate access tokens through the GraphQL Admin API
Avoid sharing an access token across systems with the new mutation. 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.
Was this section helpful?