{
"opencollection": "1.0.0",
"info": {
"name": "Bots mobilesettings API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "mobilesettings",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get mobile settings",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://cliq.zoho.com/api/v3/settings/mobile",
"params": [
{
"name": "keys",
"value": "",
"type": "query",
"description": "Key name for which you need to get the value."
},
{
"name": "fetch_all",
"value": "",
"type": "query",
"description": "If true, returns all mobile setting keys (used by clients)."
}
],
"auth": {
"type": "oauth2",
"flow": "implicit",
"authorizationUrl": "https://accounts.zoho.com/oauth/v2/auth",
"credentials": {
"clientId": "{{clientId}}"
}
}
},
"docs": "Returns the current mobile settings for the authenticated user.\nThe response includes notification preferences, media settings, AV behavior, and summary-related options.\n
\n
\n OAuth Scope: ZohoCliq.Profile.READ
\n Duration: 5
\n Threshold: 20 requests per min per user
\n Lock period: 5 minutes
\n
\n OAuth Scope: ZohoCliq.Profile.UPDATE
\n Duration: 5
\n Threshold: 20 requests per min per user
\n Lock period: 5 minutes
\n