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

      OwnerCodestring
      PublicKeystring
      UniqueIdstring
      Usagestring[]

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

      Typestringrequired

      Possible values: [RSA, PGP]

      ExpirationUtcdate-time
      RelatedClientIdstring
      HasPrivateKeybooleanrequired