# Get application **GET /api/applications/{id}** Get application details by ID. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the application. ## Responses ### 200: Details of the application. #### Body Parameters: application/json (object) - **tenantId** (string) - **id** (string) - **name** (string) - **secret** (string) The internal client secret. Note it is only used for internal validation, and the actual secrets should be retrieved from `/api/applications/{id}/secrets` endpoints. - **description** (string | null) - **type** (string) - **oidcClientMetadata** (object) - **customClientMetadata** (object) - **protectedAppMetadata** (object | null) - **customData** (object) arbitrary - **isThirdParty** (boolean) - **createdAt** (number) - **isAdmin** (boolean) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: The application with the specified ID was not found. [Powered by Bump.sh](https://bump.sh)