# Get OIDC keys **GET /api/configs/oidc/{keyType}** Get OIDC signing keys by key type. The actual key will be redacted from the result. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **keyType** (string) Private keys are used to sign OIDC JWTs. Cookie keys are used to sign OIDC cookies. For clients, they do not need to know private keys to verify OIDC JWTs; they can use public keys from the JWKS endpoint instead. ## Responses ### 200: An array of OIDC signing keys for the given key type. #### Body Parameters: application/json (array[object]) - **id** (string) - **createdAt** (number) - **signingKeyAlgorithm** (string) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)