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
Changes
Changed in 1 of the 39 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○