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
    Default value: false

Responses

Response Headers

    Schema

      Items

      object[]

    • Array [

    • OwnerCodestring

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

      PublicKeystring
      UniqueIdstring
      RelatedClientIdstring
      Usagestring[]

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

      Typestringrequired

      Possible values: [RSA, PGP]

      ExpirationUtcdate-time
      HasPrivateKeybooleanrequired
    • ]