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
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer JWT_TOKEN |
Request Body
Name | Type | Description |
---|---|---|
offset | Number | Skip |
limit | Number | (required |
Response data for successful operation
Name | Type | Description |
---|---|---|
| Number | Number of listed keys |
| Array of objects | An array of keys details |
| Number | Number of skipped keys (offset) |
| Number | Number of keys in repository |
| Number | Creation timestamp |
| String | Base64 encoded additional description |
| String | Key ID, 32 chars hex string |
| String | Key label |
| String | Type of a key |
| Number | Last update timestamp |
Log entries
Event | Result | Source |
---|---|---|
LOG_TYPE_FAILED_SCOPE_CHECK | LOG_RESULT_FAILED | 403 |
Last updated