List Keys
GET /keys?owner={userId}&limit={limit}&paginationToken={token}
Retrieves a list of keys.
Request headers required. See Request Headers for more information.
CommentAuthentication required. See Authentication Headers for more information.
Required Permissions
Name
Conditions
Keys:Read
Always Required
Parameters
Query parameters
Query parameter
Description
Type - Optional
owner
Get all delegated keys owned by an end user, either by userId
or username
.
String (optional)
limit
Maximum number of items to return. Default to 50.
Number (optional)
paginationToken
Opaque token used to retrieve the next page. Returned as nextPageToken
from the previous request.
String (optional)
Response
Field
Description
Type - Optional
nextPageToken
Opaque token used to retrieve the next page of items. undefined
if end of the list.
String (optional)
200 Success
Last updated