---
title: "GET /api/v1.0/{appId}/storevalidation/kiosk"
method: GET
path: "/api/v1.0/{appId}/storevalidation/kiosk"
tags: ["Stores"]
---

# GET /api/v1.0/{appId}/storevalidation/kiosk

`GET /api/v1.0/{appId}/storevalidation/kiosk`

## Path parameters

- `appId` string, required

## Query parameters

- `storeId` integer[], required
- `page` integer
- `limit` integer

## Response `200`

OK

- RestApiPaginationResultStoreValidationConfig — Rest api pagination result
  - `Page` integer, required — Current page index
  - `Limit` integer, required — Current page size
  - `TotalRecordCount` integer, required — Total record count
  - `Data` StoreValidationConfig[], required — Generic data object.
    - `StoreId` integer — Store identifier
    - `Name` string — Name
    - `IsValid` boolean — Is Store Valid for Kiosk
    - `StoreGroupId` integer — Store group Id
    - `ConfigValidation` StoreConfig — StoreConfig.
      - `PickupEnabled` boolean — True if the store accepts pickup orders
      - `BankAccountAttached` boolean — True if the store has a Bank Account attached
      - `MenuAssigned` boolean — True if the store is assigned to a Menu
      - `HasFullAddress` boolean — True if the store has a valid Address
      - `PickupHours` boolean — True if the store has Pickup hours
      - `IsPublished` boolean — Is the Store Published

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

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