Issuer Keys
Key-rotation impact (credentials under current key)
Preview the blast radius of a key rotation without performing one: returns how many currently-issued credentials would continue to verify under the current key after rotation (overlapping validity). Call it before POST /v1/keys/rotate to understand the impact. Authenticated with the tenant API key.
get/v1/keys/impact
Response
The rotation-impact preview for the tenant.
Example response
{
"credentials_under_active_key": 4213,
"note": "These credentials would continue to verify under the current key after rotation (overlapping validity)."
}