v50

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-068428533.0 MB
Centrally Managed Keys

Get a key

Returns the key entity. This operation does NOT return the key itself. The key is only available at the time of creation.

get/v1/realms/{realmId}/consumers/{consumerId}/keys/{keyId}

Response

success

idstring required
created_atstring date-time required

An ISO-8601 timestamp representation of entity creation date.

tagsstring[] required
type'legacy' | 'new' required

Example response

{
  "created_at": "2022-11-04T20:10:06.927Z"
}