Skip to main content

Fetch a Key

GET 

/api/v1/key/:id

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

Request

Path Parameters

    id stringrequired

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

Responses

Response Headers

    Schema

      OwnerCode string
      PublicKey string
      UniqueId string
      Usage string[]

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

      Type stringrequired

      Possible values: [RSA, PGP]

      ExpirationUtc date-time
      RelatedClientId string
      HasPrivateKey booleanrequired
    Loading...