---
title: "Get"
method: GET
path: "/public/api/stores/{id}"
tags: ["Stores"]
---

# Get

`GET /public/api/stores/{id}`

Get a store for the given id.

## Headers

- `Accept` string

## Response `200`

OK

- object
  - `store_id` string
  - `title` string
  - `address` string
  - `tags` string[]
  - `client_id` string
  - `store_type_name` string
  - `latitude` number
  - `longitude` number
  - `contact_email` string
  - `contact_phone` string
  - `contact_name` string
  - `notification_emails` string[]
  - `country` string
  - `timezone` string
  - `vip` boolean
  - `properties` object[]
    - `title` string
    - `type` string
    - `values` object[]
      - `title` string, required
      - `value` union, required
        - string
        - number
      - `isPercent` boolean, required
      - `colorHex` string, required
  - `created_date` string
  - `updated_date` string

---

[API](https://skmtc.net/yoobic/apis/yoobic-public-api.md) · [All operations](https://skmtc.net/yoobic/apis/yoobic-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yoobic/yoobic-public-api/versions/dd57df399bc4/schema)
