v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Applications API

List Available Applications

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

get/v1/applications/available

Response

The catalog of applications available for creation.

displayNamestring required

Human-readable name of the available application.

namestring required

The Lerian product or plugin identifier used when creating the application.

Example response

[
  {
    "displayName": "Midaz",
    "name": "midaz"
  }
]