Get All Storefronts
Fetch all the storefronts in alphabetical order.
URL
GET https://api.ent.apple.com/v1/storefrontsQuery Parameters
| Name | Type | Description |
|---|---|---|
extend Optional | [string] | A list of attribute extensions to apply to resources in the response. Classifier (optional): A resource type to apply the parameter to. |
include Optional | [string] | A list of relationship names to include for resources in the response. Classifier (optional): A resource type to apply the parameter to. |
l Optional | string | The localization to use, which you specify with a language tag. The possible values are in the |
limit Optional | integer | A limit to apply to the results. Classifier (optional): A relationship name to apply the limit to. |
offset Optional | string | The offset to use for a paginated request. |
relate Optional | [string] | A list of relationship names to relate for resources in the response. Classifier (optional): A resource type to apply the parameter to. |
platform Required | string | The platform the user-facing app is running on. You use this to get metadata for the specified platform. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | StorefrontsResponse | The collection of storefronts for the request. |
| 401 | Unauthorized Content-Type: application/json | UnauthorizedResponse | A response indicating an incorrect |
| 500 | Internal Server Error Content-Type: application/json | ErrorsResponse | A response indicating an error occurred on the server. |