GET /_license/trial_status
Console
GET /_license/trial_status
resp = client.license.get_trial_status()
const response = await client.license.getTrialStatus();
response = client.license.get_trial_status
$resp = $client->license()->getTrialStatus();
curl -X GET -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_license/trial_status"
Response examples (200)
A successful response from `GET /_license/trial_status`.
{
"eligible_to_start_trial": true
}