get https://{hostname}/apikey-manager-api/v2/keys/
Returns information about a key.
Responses
Returns information about a key.
xxxxxxxxxx
curl --request GET \
--url https://hostname/apikey-manager-api/v2/keys/keyId \
--header 'accept: application/json'
xxxxxxxxxx
20{
"collections": [
{
"collectionId": 5064,
"collectionName": "Collection DEV",
"quotaUpdateState": "NONE",
"quotaUpdateTime": "2023-10-26T15:37:00.000Z",
"quotaUsage": -1
}
],
"createdTime": "2023-06-28T15:00:35.916Z",
"expiryTime": null,
"keyDescription": null,
"keyId": 4432522,
"keyStatus": "PENDING_DEPLOYMENT",
"keyValue": "7b634e04-fc5d-4aec-9e62-e2e7b13626a1",
"label": "",
"revokedTime": null,
"tags": []
}