The start trial API enables you to start a 30-day trial, which gives access to all subscription features Added in 6.1.0
Query parameters
-
acknowledge boolean
whether the user has acknowledged acknowledge messages (default: false)
-
type_query_string string
POST /_license/start_trial
curl \
-X POST http://api.example.com/_license/start_trial
Response examples (200)
{
"acknowledged": true,
"error_message": "string",
"trial_was_started": true,
"type": "missing"
}