Saltar al contenido principal
POST
Rotar el conjunto de claves de tokenización de una institución

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

institutionId
string
requerido

The institution's unique identifier (UUID) the keyset rotation targets.

Ejemplo:

"44444444-4444-4444-4444-444444444444"

Cuerpo

application/json
reason
string

Optional operator-supplied free-text reason for the rotation (sealed verbatim into the audit payload).

Ejemplo:

"quarterly_keyset_rotation"

Respuesta

OK

institutionId
string
requerido

The institution the rotation targeted.

Ejemplo:

"44444444-4444-4444-4444-444444444444"

newKeysetVersion
integer<int64>
requerido

The newly active tokenization-keyset version.

Ejemplo:

3

previousKeysetVersion
integer<int64>
requerido

The tokenization-keyset version that was active before the rotation.

Ejemplo:

2

rotatedAt
string
requerido

The RFC3339 timestamp the rotation committed.

Ejemplo:

"2026-06-08T12:00:00Z"