> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bitski.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET Store

> Get details about a storefront.

### Path

<ParamField path="storeId" type="string" default="8df663d2-b7b3-48c6-bb31-ec34258c9a77" required>
  The store id
</ParamField>

### Examples

[<img src="https://mintcdn.com/bitski/Et9Vn7Lnb6TuZTLD/assets/images/store-51649e2b4dd98a973f538b2a84112ba.png?fit=max&auto=format&n=Et9Vn7Lnb6TuZTLD&q=85&s=dd608026fbf8f50ab9ecf365167f739b" alt="Example" width="1170" height="804" data-path="assets/images/store-51649e2b4dd98a973f538b2a84112ba.png" />](https://www.bitski.com/@candy/created)

### Response

<ResponseField name="store" type="object" required>
  <Expandable>
    <ResponseField name="id" type="string" required />

    <ResponseField name="application" type="string" required />

    <ResponseField name="username" type="string" required />

    <ResponseField name="title" type="string" required />

    <ResponseField name="description" type="string" required />

    <ResponseField name="processor" type="string" required />

    <ResponseField name="processorApiKey" type="string" />

    <ResponseField name="processorLogoUri" type="string" />

    <ResponseField name="backgroundImageUri" type="string" />

    <ResponseField name="themeUrl" type="string" />

    <ResponseField name="socialLinks" type="object" />
  </Expandable>
</ResponseField>

<ResponseExample>
  ```json Sample Response theme={null}
  {
    "store": {
      "application": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "backgroundImageUri": null,
      "description": "Curating the best bird related NFTs",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "processor": "Stripe",
      "processorApiKey": "pk_test_TYooMQauvdEDq54NiTphI7jx",
      "processorLogoUri": "https://cdn.bitskistatic.com/processors/stripe.svg",
      "socialLinks": {},
      "themeUrl": null,
      "title": "Bird Store",
      "username": "bird_fans"
    }
  }
  ```
</ResponseExample>
