Skip to main content

Fetch a Key

This endpoint retrieves general information for a specific key, including the associated public key.

Path Parameters
id string REQUIRED

Note that this field is returned as UniqueID from some calls.

Responses
200
Schema OPTIONAL
OwnerCode string OPTIONAL
PublicKey string OPTIONAL
UniqueId string OPTIONAL
Usage string[] OPTIONAL

Possible values: [Unknown, Reports, Authentication, MessageLevelEncryption, CredentialsDownload, ResponseSignature]

Type string

Possible values: [RSA, PGP]

ExpirationUtc date-time OPTIONAL
RelatedClientId string OPTIONAL
HasPrivateKey boolean
400
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL
404
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL
500
Schema OPTIONAL
TraceId string OPTIONAL
Error object OPTIONAL
Code string OPTIONAL
Message string OPTIONAL
AdditionalInfo string OPTIONAL
ExtraData object OPTIONAL