---
title: "List Available Applications"
method: GET
path: "/v1/applications/available"
tags: ["Applications API"]
---

# List Available Applications

`GET /v1/applications/available`

Use this endpoint to retrieve the catalog of Lerian products and plugins available for creation. Each entry returns only its name and display name.

## Response `200`

The catalog of applications available for creation.

- ApplicationAvailableResponse[]
  - `displayName` string, required — Human-readable name of the available application.
  - `name` string, required — The Lerian product or plugin identifier used when creating the application.

## Other responses

- `500`

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
