post https://{hostname}/settings/widget/get
Returns the published settings for the specified API client and version. If the version
parameter isn't included, the most recent version of the published settings is returned.
Response
Returns the published settings for the specified API client and version. If the version
parameter isn't included, the most recent version of the published settings is returned.
xxxxxxxxxx
curl --request POST \
--url https://hostname/settings/widget/get \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'