---
title: "GET /providers/Microsoft.Marketplace/privateStores"
method: GET
path: "/providers/Microsoft.Marketplace/privateStores"
tags: ["PrivateStores"]
---

# GET /providers/Microsoft.Marketplace/privateStores

`GET /providers/Microsoft.Marketplace/privateStores`

Gets the list of available private stores.

## Response `200`

OK. The request has succeeded.

- PrivateStoreList — Describes the json payload for the list of available private stores (between zero and one, inclusive)
  - `value` PrivateStore[]
    - `id` string — The resource ID.
    - `name` string — The name of the resource.
    - `type` string — The type of the resource.
    - `systemData` SystemData — Read only system data
      - `createdBy` string — The identity that created the resource.
      - `createdByType` 'User' | 'Application' | 'ManagedIdentity' | 'Key' — The type of identity that creates/modifies resources
      - `createdAt` string, date-time — The timestamp of resource creation (UTC)
      - `lastModifiedBy` string — The identity that last modified the resource.
      - `lastModifiedByType` 'User' | 'Application' | 'ManagedIdentity' | 'Key' — The type of identity that creates/modifies resources
      - `lastModifiedAt` string, date-time — The timestamp of resource last modification (UTC)
  - `nextLink` string — URL to get the next set of PrivateStore list results if there are any.

## Other responses

- `default` — Microsoft.Marketplace error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/marketplace-microsoft-marketplace-marketplace.md) · [All operations](https://skmtc.net/azure/apis/marketplace-microsoft-marketplace-marketplace/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/marketplace-microsoft-marketplace-marketplace/revisions/37c9205efbf0/schema)
