Skip to main content

List All Keys

GET 

https://key-exchange.sandbox.splitit.com/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
    • ]

    Authorization: http

    name: bearerAuthtype: httpin: headerscheme: bearer

    Request Collapse all
    Base URL
    https://key-exchange.sandbox.splitit.com
    Auth
    Parameters
    — pathrequired
    — query
    ResponseClear

    Click the Send API Request button above and see the response here!