Skip to main content
GET
/
v1
/
applications
/
available
List Available Applications
curl --request GET \
  --url https://identity.sandbox.lerian.net/v1/applications/available \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "midaz",
    "displayName": "Midaz"
  },
  {
    "name": "plugin-fees",
    "displayName": "Fees"
  }
]

Authorizations

Authorization
string
header
required

The authorization token in the 'Bearer ' format.

Response

The catalog of applications available for creation.

name
string

The internal name of the application available for creation.

Example:

"midaz"

displayName
string

The human-readable display name of the application.

Example:

"Midaz"