Skip to main content

List All Keys

GET 

/api/v1/key/list/:owner

This endpoint is accessed with your owner name, and returns a list of keys along with non-sensitive information.

Request

Path Parameters

    owner stringrequired

    Given to you by Splitit support (identical to OwnerCode in other calls)

Query Parameters

    includeExpired boolean

Responses

Response Headers

    Schema

      Items

      object[]

    • Array [

    • OwnerCode string

      Given to you by Splitit support, same as Owner in other calls

      PublicKey string
      UniqueId string
      RelatedClientId string
      Usage string[]

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

      Type stringrequired

      Possible values: [RSA, PGP]

      ExpirationUtc date-time
      HasPrivateKey booleanrequired
    • ]

    Loading...