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

# POST /GetApplication

`POST /GetApplication`

Retrieves information about an application.

## Request body

- object
  - `applicationId` string, required — Application identifier.

## Response `200`

Success

- GetApplicationResponse
  - `applicationId` string, required — The unique identifier of the application.
  - `domain` string, required — The domain associated with the application.
  - `applicationName` string — The name of the application.
  - `idcConfiguration` object — The IAM Identity Center configuration for the application.
    - `idcApplicationArn` string — The Amazon Resource Name (ARN) of the IAM Identity Center application.
    - `idcInstanceArn` string — The Amazon Resource Name (ARN) of the IAM Identity Center instance.
  - `roleArn` string — The Amazon Resource Name (ARN) of the IAM role associated with the application.
  - `defaultKmsKeyId` string — The identifier of the default AWS KMS key used to encrypt data for the application.

---

[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)
