# routes Get all available route endpoints in the store ## Authentication > **Public Access**: Accessible with the public API key ## Query Structure ```graphql { routes { rootUrl accountUrl accountEditUrl accountLoginUrl accountLogoutUrl accountRegisterUrl accountPasswordRecoverUrl accountPasswordChangeUrl accountOrdersUrl accountWishlistUrl searchUrl cartUrl checkoutUrl catalogUrl blogUrl } } ``` ## Arguments This query accepts no arguments. ## Return Type [Routes](/reference/storefront/1.3.0/objects/routes) - URLs for key store pages, such as account, cart, checkout, and blog. ## Example ```graphql { routes { rootUrl accountUrl accountLoginUrl cartUrl checkoutUrl searchUrl blogUrl } } ``` ## Related Types - [Routes](/reference/storefront/1.3.0/objects/routes)