There is also an option to fetch an identity keypair by inputting a Key ID (kid) as a request format.
Fetch an identity key pair.
get
This endpoint fetches an identity key pair's details for a given key ID. Only the user account associated with the custodian-mode client can fetch the key pair.
Authorizations
Path parameters
kidstringRequired
Key ID of the identity key pair to fetch.
Responses
200
The request was successful.
application/json
400
A problem with the input fields has occurred. Additional state information plus metadata may be available in the response body.
application/json
401
Access token is missing or invalid
500
An internal error has occurred. Additional state information plus metadata may be available in the response body.
application/json
get
GET /key/read/{kid} HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*