OAUTH2 Scope for accessing "Visits" module from Rest API

OAUTH2 Scope for accessing "Visits" module from Rest API

I am trying to get records for Visits module. I am able to see the fields list via URL: https://www.zohoapis.com/crm/v2/settings/fields?module=Visits, but, for the URL: https://www.zohoapis.com/crm/v2/Visits, I am getting:
  1. {
        "code""OAUTH_SCOPE_MISMATCH",
        "details": {},
        "message""invalid oauth scope to access this URL",
        "status""error"
    }
What's wrong?

I am able to get records for all other modules (Accounts, Leads, Contacts, etc.).
Only Visits cause a problem.

My scopes are: "ZohoCRM.modules.ALL,ZohoCRM.users.all,ZohoCRM.bulk.all,ZohoCRM.org.all,ZohoCRM.settings.all,ZohoCRM.coql.READ,ZohoFiles.files.ALL,ZohoCRM.notifications.read,ZohoCRM.notifications.create,ZohoCRM.notifications.update"