get https://{hostname}/apikey-manager-api/v2/keys
Returns keys included in a collection based on the specified criteria.
Responses
Returns keys included in a collection based on the specified criteria.
xxxxxxxxxx
curl --request GET \
--url https://hostname/apikey-manager-api/v2/keys \
--header 'accept: application/json'
xxxxxxxxxx
34}
{
"keys": [
{
"collections": [
{
"collectionId": 56069,
"collectionName": "Key Collection",
"quotaUpdateState": "NONE",
"quotaUpdateTime": "2023-01-24T11:31:42.000Z",
"quotaUsage": -1
}
],
"createdTime": "2023-01-26T19:41:41.995Z",
"expiryTime": null,
"keyDescription": "",
"keyId": 30305,
"keyStatus": "DEPLOYED",
"keyValue": "Secret-Key",
"label": "",
"revokedTime": null,
"tags": [
"tag1",
"tag2"
]
}