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

# List Applications

`GET /v1/applications`

Use this endpoint to list all applications you created to connect with Lerian products using M2M credentials.

## Response `200`

The list all applications that you have created to connect with Lerian's application.

- ApplicationResponse[]
  - `clientId` string — Unique identifier of the client.
  - `clientSecret` string — Secret key linked to the `clientId`, used for secure client authentication.
  - `createdAt` string, date-time — Timestamp marking when the application was created.
  - `description` string — A clear identifier that helps you quickly recognize which service, job, or integration uses the application.
  - `id` string — Unique identifier of the application.
  - `name` string — The Lerian product or plugin this machine-to-machine application can access.

## Other responses

- `404`
- `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)
