kms

Get an issuer

Retrieve a single KMS issuer by its ID. Accepts either a team bearer token (existing path) or an OIDC token authorized by one of the issuer's policies (e.g. a connex-grant token). The OIDC path returns the issuer without policies, since a policy token only proves signing access, not management access.

get/v1/kms/issuers/{issuerId}

Path parameters

issuerIdstring required

The ID of the issuer.

The ID of the issuer.

Query parameters

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Response

idstring required
ownerIdstring required
namestring required
algorithm'ES256' | 'ES384' | 'ES512' | 'EdDSA' | 'PS256' | 'PS384' | 'PS512' | 'RS256' | 'RS384' | 'RS512' required
origin'external' | 'vercel' required
managedBystring
claimsSchemaobject
createdAtstring required
updatedAtstring required

Changes

Changed in 1 of the 39 revisions of this API.1