v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-05730512.7 KB
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.

credentials_under_active_keyinteger

Count of credentials signed by the active key before rotation.

default_overlap_daysinteger

Default number of days the service keeps the rotated key trusted when you do not provide overlap_days.

notestring

Human-readable explanation of the overlap behavior.

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)."
}