# List SAML application secrets **GET /api/saml-applications/{id}/secrets** Get all signing certificates of the SAML application. ## 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: A list of signing certificates. #### Body Parameters: application/json (array[object]) - **id** (string) The ID of the signing certificate. - **certificate** (string) The X.509 certificate in PEM format. - **createdAt** (number) - **expiresAt** (string(date-time)) The expiration time of the certificate. - **active** (boolean) - **fingerprints** (object) - **fingerprint** (string) The SHA-256 fingerprint of the certificate. - **isActive** (boolean) Whether this certificate is currently active. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: The SAML application was not found. [Powered by Bump.sh](https://bump.sh)