Get package signature verification key ID
GET /api/fleet/epm/verification_key_id
curl \
-X GET https://localhost:5601/api/fleet/epm/verification_key_id
Response examples (200)
{
"body": {
"id": "string"
},
"headers": {},
"statusCode": 42.0
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}