Retrieves information about the status of the trial license Added in 6.1.0
GET /_license/trial_status
curl \
-X GET http://api.example.com/_license/trial_status
Response examples (200)
{
"eligible_to_start_trial": true
}