We are planning to integrate Gmail our support management platform.
I have a question regarding the restricted scopes. In the restricted scopes they had given following API endpoints.
mail.google.com/ (includes any usage of REST, IMAP, SMTP, and POP3 protocols)
www.googleapis.com/auth/gmail.readonly
www.googleapis.com/auth/gmail.metadata
www.googleapis.com/auth/gmail.modify
www.googleapis.com/auth/gmail.insert
www.googleapis.com/auth/gmail.compose
www.googleapis.com/auth/gmail.settings.basic
www.googleapis.com/auth/gmail.settings.sharing
But I had seen another Gmail API endpoints without listed in restricted scopes
gmail.googleapis.com
Above endpoint is also called as Gmail API but url is different and is not listed as restricted scopes. So does that means we can use it without 3rd party verification?