---
title: "GET /api/v1.0/appstore/apps"
method: GET
path: "/api/v1.0/appstore/apps"
tags: ["AppStore"]
---

# GET /api/v1.0/appstore/apps

`GET /api/v1.0/appstore/apps`

## Query parameters

- `search` string, required
- `page` integer
- `limit` integer
- `excludeNotOwned` boolean
- `showOnlyVerified` boolean

## Response `200`

OK

- RestApiPaginationResultAppStoreAppSummary — Rest api pagination result
  - `Page` integer, required — Current page index
  - `Limit` integer, required — Current page size
  - `TotalRecordCount` integer, required — Total record count
  - `Data` AppStoreAppSummary[], required — Generic data object.
    - `Id` string, required
    - `VerificationStatus` 'Draft' | 'Submitted' | 'Verified', required
    - `Logo` string
    - `Internal` boolean, required
    - `Name` string, required
    - `Description` string, required
    - `IsEnabled` boolean
    - `Categories` string[], required
    - `Countries` string[], required
    - `DeveloperName` string

## 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)
