Skip to main content

Retrieve a key manager using the public ID

GET /occm/encryption/key-managers/{keyManagerId}

Returns specific key manager using the public ID.

Parameters

Name Type In Required Description

keyManagerId

string

path

True

Error

Status: Default, Default response
Name Type Required Description

publicId

string

False

name

string

False

address

string

False

usernameField

string

False

usernameValue

string

False

status

string

False

Example error response
{
  "publicId": "string",
  "name": "string",
  "address": "string",
  "usernameField": "string",
  "usernameValue": "string",
  "status": "string"
}