Get an enrollment API key Beta
Get an enrollment API key by ID.
GET
/api/fleet/enrollment_api_keys/{keyId}
curl \
-X GET https://<KIBANA_URL>/api/fleet/enrollment_api_keys/{keyId}
Response examples (200)
{
"item": {
"active": true,
"api_key": "string",
"api_key_id": "string",
"created_at": "string",
"id": "string",
"name": "string",
"policy_id": "string"
}
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}