Authorizations
Api key
Path Parameters
The ID of the key.
curl --request GET \
--url https://{tenant}/admin/org/keys/{keyId} \
--header 'Admin-Auth: <api-key>'
{
"api_model": {},
"data": {
"access_rights": {},
"alias": "<string>",
"allowance": 123,
"apply_policies": [
"<string>"
],
"apply_policy_id": "<string>",
"basic_auth_data": {
"hash_type": "<string>",
"password": "<string>",
"user": "<string>"
},
"certificate": "<string>",
"data_expires": 123,
"date_created": "2023-11-07T05:31:56Z",
"enable_detailed_recording": true,
"expires": 123,
"hmac_enabled": true,
"hmac_string": "<string>",
"id_extractor_deadline": 123,
"is_inactive": true,
"jwt_data": {
"secret": "<string>"
},
"key_id": "<string>",
"last_check": 123,
"last_updated": "<string>",
"max_query_depth": 123,
"meta_data": "<any>",
"monitor": {
"trigger_limits": [
123
]
},
"oauth_client_id": "<string>",
"oauth_keys": {},
"org_id": "<string>",
"per": 123,
"quota_max": 123,
"quota_remaining": 123,
"quota_renewal_rate": 123,
"quota_renews": 123,
"rate": 123,
"session_lifetime": 123,
"smoothing": {
"delay": 123,
"enabled": true,
"step": 123,
"threshold": 123,
"trigger": 123
},
"tags": [
"<string>"
],
"throttle_interval": 123,
"throttle_retry_limit": 123
},
"key_hash": "<string>",
"key_id": "<string>"
}
Get the details of a key.
curl --request GET \
--url https://{tenant}/admin/org/keys/{keyId} \
--header 'Admin-Auth: <api-key>'
{
"api_model": {},
"data": {
"access_rights": {},
"alias": "<string>",
"allowance": 123,
"apply_policies": [
"<string>"
],
"apply_policy_id": "<string>",
"basic_auth_data": {
"hash_type": "<string>",
"password": "<string>",
"user": "<string>"
},
"certificate": "<string>",
"data_expires": 123,
"date_created": "2023-11-07T05:31:56Z",
"enable_detailed_recording": true,
"expires": 123,
"hmac_enabled": true,
"hmac_string": "<string>",
"id_extractor_deadline": 123,
"is_inactive": true,
"jwt_data": {
"secret": "<string>"
},
"key_id": "<string>",
"last_check": 123,
"last_updated": "<string>",
"max_query_depth": 123,
"meta_data": "<any>",
"monitor": {
"trigger_limits": [
123
]
},
"oauth_client_id": "<string>",
"oauth_keys": {},
"org_id": "<string>",
"per": 123,
"quota_max": 123,
"quota_remaining": 123,
"quota_renewal_rate": 123,
"quota_renews": 123,
"rate": 123,
"session_lifetime": 123,
"smoothing": {
"delay": 123,
"enabled": true,
"step": 123,
"threshold": 123,
"trigger": 123
},
"tags": [
"<string>"
],
"throttle_interval": 123,
"throttle_retry_limit": 123
},
"key_hash": "<string>",
"key_id": "<string>"
}
Api key
The ID of the key.
Was this page helpful?