---
title: "List stores"
method: GET
path: "/v1/stores"
tags: ["Stores"]
---

# List stores

`GET /v1/stores`

Returns a list of stores

## Response `200`

Successfully returned list of stores

- object
  - `data` Store[]
    - `object` string
    - `id` string — A unique identifier for the store
    - `currency` 'gbp' | 'usd' | 'eur' | 'sgd' | 'aud' | 'brl' | 'cad' | 'czk' | 'dkk' | 'hkd' | 'huf' | 'ils' | 'jpy' | 'myr' | 'mxn' | 'nok' | 'nzd' | 'php' | 'pln' | 'rub' | 'sek' | 'chf' | 'twd' | 'thb' | 'try' — The currency code used by the store
    - `name` string — Name of the store
    - `payment_methods` string[] — Array of payment method IDs associated with the store
    - `products` string[] — Array of product IDs that are sold in the store
  - `links` object
    - `next` string, nullable
    - `previous` string, nullable

## Other responses

- `default` — Error schema

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
