---
title: Get All Storefronts
framework: devicemanagement
role: symbol
role_heading: Web Service Endpoint
path: devicemanagement/get-all-storefronts
---

# Get All Storefronts

Fetch all the storefronts in alphabetical order.

## URL

GET https://api.ent.apple.com/v1/storefronts

## Query Parameters

extend: A list of attribute extensions to apply to resources in the response. Classifier (optional): A resource type to apply the parameter to. include: A list of relationship names to include for resources in the response. Classifier (optional): A resource type to apply the parameter to. l: The localization to use, which you specify with a language tag. The possible values are in the supportedLanguageTags array belonging to the Storefront object that storefront specifies. Otherwise, the default is defaultLanguageTag in Storefront. limit: A limit to apply to the results. Classifier (optional): A relationship name to apply the limit to. offset: The offset to use for a paginated request. relate: A list of relationship names to relate for resources in the response. Classifier (optional): A resource type to apply the parameter to. platform: The platform the user-facing app is running on. You use this to get metadata for the specified platform.

## Response Codes

200 OK: The collection of storefronts for the request. 401 Unauthorized: A response indicating an incorrect Authorization header. 500 Internal Server Error: A response indicating an error occurred on the server.

## See Also

### Requesting a catalog storefront

- [Get a Storefront](devicemanagement/get-a-storefront.md)
- [Get Multiple Storefronts](devicemanagement/get-multiple-storefronts.md)
