##Required authorization
- Cluster privileges:
monitor
GET
/_license/basic_status
Console
GET /_license/basic_status
curl \
--request GET 'http://api.example.com/_license/basic_status'
Response examples (200)
A successful response from `GET /_license/basic_status`.
{
"eligible_to_start_basic": true
}