Get enrollment API key by ID

GET /enrollment_api_keys/{keyId}

Responses

GET /enrollment_api_keys/{keyId}
curl \
 -X GET https://localhost:5601/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
}