Hanzo
OpenapiIam

Returns your organization's signing certificates, newest first — the keys the…

Returns your organization's signing certificates, newest first — the keys the tokens your applications verify are signed with.

GET /v1/iam/certs

Addresshttps://api.hanzo.ai/v1/iam/certs
MethodGET
Operationget_iam_certs
AuthAuthorization: Bearer $HANZO_API_KEY

Returns your organization's signing certificates, newest first — the keys the tokens your applications verify are signed with. Private key material is masked.

You see your own organization's certificates and no one else's; which organization that is comes from your credentials, not from the request, so a query parameter can never widen the listing.

Request

1 field.

FieldInTypeRequiredDescription
ownerquerystring

Response

StatusBodyMeaning
200iam.certs.ListOutputok

200 body — 22 fields.

FieldInTypeAlwaysDescription
certsbodyiam.Cert[]
certs[].accessKeybodystring
certs[].accessSecretbodystring
certs[].accountbodystring
certs[].bitSizebodyinteger
certs[].certificatebodystring
certs[].createdAtbodystring (date-time)
certs[].createdTimebodystring
certs[].cryptoAlgorithmbodystring
certs[].deletedbodyboolean
certs[].displayNamebodystring
certs[].domainExpireTimebodystring
certs[].expireInYearsbodyinteger
certs[].expireTimebodystring
certs[].idbodystring
certs[].namebodystring
certs[].ownerbodystring
certs[].providerbodystring
certs[].scopebodystring
certs[].typebodystring
certs[].updatedAtbodystring (date-time)
totalbodyinteger

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


IAM API · All Hanzo APIs · Interactive reference

How is this guide?

On this page