POST
/api/fleet/enrollment-api-keys
curl \
--request POST https://localhost:5601/api/fleet/enrollment-api-keys \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: string"
Response examples (200)
{
"action": "created",
"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
}