v1
latestOpenAPI 3.1.02026-07-26189891.1 MBEnterprise
Retrieve a specific entperise key
Retrieves a specific enterprise key by its id.
get/v1/enterprise/keys/{id}
Path parameters
idstring required
The ID of the key
Example:629e3f7e62295be60488fb26
Response
The key with the supplied id was found, the entire resource is returned.
Example response
{
"id": "629e3f7e62295be60488fb26",
"key": "7b273eb8adc962f2711ad760730debb0",
"name": "servergroup_0_ingestion",
"type": "ingestion",
"created": 1654538253244
}