---
title: "POST /ListApplications"
method: POST
path: "/ListApplications"
---

# POST /ListApplications

`POST /ListApplications`

Returns a paginated list of application summaries in your account.

## Request body

- object
  - `nextToken` string — Pagination token.
  - `maxResults` integer — Maximum results for pagination.

## Response `200`

Success

- ListApplicationsResponse
  - `applicationSummaries` ApplicationSummary[], required — The list of application summaries.
    - `applicationId` string, required — The unique identifier of the application.
    - `applicationName` string, required — The name of the application.
    - `domain` string, required — The domain associated with the application.
    - `defaultKmsKeyId` string — The identifier of the default AWS KMS key used to encrypt data for the application.
  - `nextToken` string — A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.

---

[API](https://skmtc.net/aws/apis/securityagent.md) · [All operations](https://skmtc.net/aws/apis/securityagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/securityagent/versions/cad56717d636/schema)
