Get OIDC keys
Get OIDC signing keys by key type. The actual key will be redacted from the result.
GET
/api/configs/oidc/{keyType}
curl \
--request GET 'https://[tenant_id].logto.app/api/configs/oidc/{keyType}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": "string",
"createdAt": 42.0,
"signingKeyAlgorithm": "RSA"
}
]