---
title: "Fetch Store"
method: GET
path: "/stores/{id}"
tags: ["Store"]
---

# Fetch Store

`GET /stores/{id}`

Fetch Store

## Path parameters

- `id` string, required

## Response `200`

OK

- StoreAttributes — Stores
  - `id` integer — Store ID
  - `public_id` string, nullable — Store Public ID
  - `name` string — Name
  - `current_path` string, nullable — Current path
  - `seo_title` string, nullable — SEO title
  - `seo_description` string, nullable — SEO description
  - `seo_indexable` boolean, nullable — SEO Indexable
  - `social_image_id` string, nullable — Social image
  - `status` 'draft' | 'published', nullable — Store Status
  - `created_at` string, nullable — Added
  - `updated_at` string, nullable — Updated
  - `workspace_id` integer, nullable — Workspace ID

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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