get https://{hostname}/etp-config/v3/configs//firstTimeWizard
Provides the first time wizard status.
Responses
Provides the first time wizard status.
xxxxxxxxxx
curl --request GET \
--url https://hostname/etp-config/v3/configs/configId/firstTimeWizard \
--header 'accept: application/json'
xxxxxxxxxx
{
"playIntroVideo": false,
"step": 1,
"videoLink": "https://link to video location"
}