In the Network tab of my browser I saw that Genesys uses the following API to enable this setting:
Get platform/api/v2/settings to get the settings
PUT platform/api/v2/settings to change the settings
I tested this API using the postman tool and was able to enable and disable the setting. But there is no reference to this API in the API explorer.
Is this the way to enable this setting? or are there alternatives?
Can I use this API?