Get in-product survey URL

This function returns whether to display the in-product survey banner and the survey link.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/get_in_product_survey_url
Request samples
whmapi1 --output=jsonpretty \
  get_in_product_survey_url
Response samples
application/json
{
  • "data": {},
  • "metadata": {
    • "command": "get_in_product_survey_url",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}