what is the scope that can give access to all API?

what is the scope that can give access to all API?

when trying to make a new self client, we need to add scopes like this



we often make a mistake since we forget to add a scope. is there any scope that can cover all? because we use zoho CRM for ourself, we are trying to connect Zoho CRM to our own application. I mean like super admin scope that can cover all of them, so I don't need to add one by one.

currently we need to add these scopes below one by one, and If we want to perform some actions and the scope is not available then we need to create the grant token, and refresh token again and again. thats why I need one scope that can cover it all


ZohoCRM.modules.ALL

ZohoCRM.settings.ALL

ZohoCRM.users.ALL

ZohoCRM.settings.roles.ALL

ZohoCRM.org.ALL

ZohoCRM.notifications.ALL

ZohoCRM.bulk.ALL

zohosearch.searchapi.READ

zohosearch.securesearch.READ

ZohoCRM.coql.READ

ZohoCRM.send_mail.leads.Create

ZohoCRM.send_mail.contacts.Create

ZohoCRM.send_mail.deals.Create

ZohoCRM.share.leads.ALL

ZohoCRM.share.deals.ALL

ZohoCRM.share.invoices.ALL

ZohoCRM.share.campaigns.ALL

ZohoCRM.signals.ALL


ZohoCRM.modules.ALL,ZohoCRM.settings.ALL,ZohoCRM.users.ALL,ZohoCRM.settings.roles.ALL,ZohoCRM.org.ALL,ZohoCRM.notifications.ALL,ZohoCRM.bulk.ALL,zohosearch.searchapi.READ,zohosearch.securesearch.READ,ZohoCRM.coql.READ,ZohoCRM.send_mail.leads.Create,ZohoCRM.send_mail.contacts.Create,ZohoCRM.send_mail.deals.Create,ZohoCRM.share.leads.ALL,ZohoCRM.share.deals.ALL,ZohoCRM.share.invoices.ALL,ZohoCRM.share.campaigns.ALL,ZohoCRM.signals.ALL