---
title: "Get stores"
method: GET
path: "/api/ecommerce/v1/stores"
tags: ["Ecommerce: Stores"]
---

# Get stores

`GET /api/ecommerce/v1/stores`

Retrieve the stores associated with your account.

## Query parameters

- `page` integer

## Response `200`

Success response

- object
  - `data` EcommerceV1StoreStoreResource[] — Array of [`Ecommerce.V1.Store.StoreResource`](#model/ecommercev1storestoreresource)
    - `id` string — Store ID
    - `name` string, nullable — Store name
    - `created_at` string, date-time — Creation date
    - `updated_at` string, date-time — Last update date
    - `version` string — Store platform version identifier (e.g. "v2_standalone").
    - `company_name` string, nullable — Company name
  - `meta` CommonSchemaPaginationMetaSchema
    - `current_page` integer
    - `per_page` integer
    - `total` integer

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/74abfea76e36/schema)
