List All Keys
GEThttps://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
- 200
- 400
- 404
- 500
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
Items
object[]
{
"Items": [
{
"OwnerCode": "string",
"PublicKey": "string",
"UniqueId": "string",
"RelatedClientId": "string",
"Usage": [
"Unknown"
],
"Type": "RSA",
"ExpirationUtc": "2024-07-29T15:51:28.071Z",
"HasPrivateKey": true
}
]
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
TraceIdstring
Error
object
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
TraceIdstring
Error
object
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
TraceIdstring
Error
object
{
"TraceId": "string",
"Error": {
"Code": "string",
"Message": "string",
"AdditionalInfo": "string",
"ExtraData": {}
}
}
Authorization: http
name: bearerAuthtype: httpin: headerscheme: bearer
- csharp
- curl
- dart
- go
- http
- java
- javascript
- kotlin
- c
- nodejs
- objective-c
- ocaml
- php
- powershell
- python
- r
- ruby
- rust
- shell
- swift
- HTTPCLIENT
- RESTSHARP
ResponseClear