# 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 does not accept any arguments. ## Return Type [Routes](/reference/storefront/v1/objects/routes) - Describes routes object containing URLs to all major store endpoints. ## Example ```graphql query { routes { rootUrl accountUrl accountLoginUrl cartUrl checkoutUrl catalogUrl searchUrl blogUrl } } ``` ## Related Types - [Routes](/reference/storefront/v1/objects/routes)