v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBApplications 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.
Example response
[
{
"displayName": "Midaz",
"name": "midaz"
}
]