List the keys
This key management operation allows the listing of the keys from the repository.
Allowed users
Allowed
Required access scope
keymgmt:list
List the keys
GET
https://my.ence.do/api/keymgmt/list/:offset/:limit
List the keys stored in the repository with pagination.
Headers
Authorization*
String
Bearer JWT_TOKEN
Request Body
offset
Number
Skip offset
entries.
limit
Number
(requiredoffset
to be set)
Limit the number of return entries, default is 15 if skipped.
Response data for successful operation
listed
Number
Number of listed keys
list
Array of objects
An array of keys details
offset
Number
Number of skipped keys (offset)
total
Number
Number of keys in repository
created
Number
Creation timestamp
descr
String
Base64 encoded additional description
kid
String
Key ID, 32 chars hex string
label
String
Key label
type
String
Type of a key
updated
Number
Last update timestamp
Log entries
LOG_TYPE_FAILED_SCOPE_CHECK
LOG_RESULT_FAILED
403
Last updated