Issuer Keys
Key-rotation impact (credentials under current key)
Preview how many issued credentials use the active key before you rotate it. You use this endpoint to decide whether the default overlap window is acceptable.
get/v1/keys/impact
Response
The rotation-impact preview for the tenant.
Example response
{
"credentials_under_active_key": 28,
"default_overlap_days": 365,
"note": "These credentials would continue to verify under the current key after rotation (overlapping validity)."
}