InProductSurvey
Get in-product survey URL
This function returns whether to display the in-product survey banner and the survey link.
get/get_in_product_survey_url
Response
HTTP Request was successful.
Example response
{
"data": {
"display": "1",
"link": "https://example.com/survey?token=ABC123",
"max_dismiss": "3",
"new_user": "0",
"submit_event": "survey_submitted",
"server_type": "whm",
"user_type": "whm"
},
"metadata": {
"command": "get_in_product_survey_url",
"reason": "OK",
"result": 1,
"version": 1
}
}