latestOpenAPI 3.0.32026-08-19400919.9 MB

339d55de6905

kms

Sign a token

Sign a JWT with a KMS issuer's active signing key. Authenticate the request with a Vercel OIDC token in the Authorization: Bearer header; the issuer's policies decide which workloads are allowed to sign.

post/v1/kms/issuers/{issuerId}/sign/token

Path parameters

issuerIdstring required

The ID of the issuer.

The ID of the issuer.

Request body

claimsobject

The claims to include in the token.

headersobject

Additional headers to include in the token.

ttlnumber nullable

The time-to-live for the token, in seconds.

Response

tokenstring required