# Get SAML application **GET /api/saml-applications/{id}** Get SAML 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 saml application. ## Responses ### 200: The SAML application details. #### Body Parameters: application/json (object) - **tenantId** (string) - **id** (string) - **name** (string) - **description** (string | null) - **type** (string) - **customData** (object) arbitrary - **isThirdParty** (boolean) - **createdAt** (number) - **attributeMapping** (object) - **entityId** (string | null) - **acsUrl** (object | null) - **encryption** (object | null) Validator function - **nameIdFormat** (string) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: The SAML application was not found. ### 422: Unprocessable Content [Powered by Bump.sh](https://bump.sh)