GET 17.0/app/email/settings/oauth/google

Description

Gets the url used to initiate the OAuth flow for Gmail

URI Parameters

None.

None.

None.

Name Description Type Additional information
Url

string

None.

application/json, text/json

Sample:
{
  "url": "sample string 1"
}

application/xml, text/xml

Sample:
<OAuthUrl xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Url>sample string 1</Url>
</OAuthUrl>