Hanzo
OpenapiIam

Returns one signing certificate — its algorithm, its validity window and its…

Returns one signing certificate — its algorithm, its validity window and its public half.

GET /v1/iam/certs/{owner}/{name}

Addresshttps://api.hanzo.ai/v1/iam/certs/{owner}/{name}
MethodGET
Operationget_iam_certs_by_owner_by_name
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one signing certificate — its algorithm, its validity window and its public half. The private key is masked.

Request

2 fields.

FieldInTypeRequiredDescription
ownerpathstringyes
namepathstringyes

Response

StatusBodyMeaning
200iam.Certok

200 body — 20 fields.

FieldInTypeAlwaysDescription
accessKeybodystring
accessSecretbodystring
accountbodystring
bitSizebodyinteger
certificatebodystring
createdAtbodystring (date-time)
createdTimebodystring
cryptoAlgorithmbodystring
deletedbodyboolean
displayNamebodystring
domainExpireTimebodystring
expireInYearsbodyinteger
expireTimebodystring
idbodystring
namebodystring
ownerbodystring
providerbodystring
scopebodystring
typebodystring
updatedAtbodystring (date-time)

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