---
title: "Apps"
method: GET
path: "/v1/apps.json"
tags: ["apps"]
---

# Apps

`GET /v1/apps.json`

Returns apps listing.

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `id` integer
  - `uid` string
  - `name` string
  - `description` string
  - `author` string
  - `author_email` string
  - `author_url` string
  - `version` string
  - `price` string
  - `icon` string
  - `settings_description` string
  - `settings` integer
  - `assets` string
  - `enabled` boolean
  - `folder` string

## Other responses

- `400` — Invalid input

---

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