# StorefrontAccessToken - admin-graphql - OBJECT Version: 2024-10 ## Description A token that's used to delegate unauthenticated access scopes to clients that need to access the unauthenticated [Storefront API](https://shopify.dev/docs/api/storefront). An app can have a maximum of 100 active storefront access tokens for each shop. [Get started with the Storefront API](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/getting-started). ### Access Scopes ## Fields * [accessScopes](/docs/api/admin-graphql/2024-10/objects/AccessScope): AccessScope! - List of permissions associated with the token. * [accessToken](/docs/api/admin-graphql/2024-10/scalars/String): String! - The issued public access token. * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the public access token was created. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - An arbitrary title for each token determined by the developer, used for reference purposes. * [updatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the storefront access token was updated. ## Connections ## Related queries ## Related mutations * [storefrontAccessTokenCreate](/docs/api/admin-graphql/2024-10/mutations/storefrontAccessTokenCreate) Creates a storefront access token for use with the [Storefront API](https://shopify.dev/docs/api/storefront). An app can have a maximum of 100 active storefront access tokens for each shop. [Get started with the Storefront API](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/getting-started). ## Related Unions ## Examples