Hi,
I'm working on an integration for which I have the following queries, I would really appreciate if someone could help me to answer these queries:
1. I am looking for Email details on the https://support.google.com/a/answer/11479100?hl=en&ref_topic=11479095&sjid=9674068095816757261-AP, but could not locate the API .
2. Could someone confirm if Google Workspace Email Security capture the Email Security related logs? If yes, then is there any web API using which we can fetch these details, also it would be nice if anyone can guide us on how to setup this API.
Although we're not presently using the Google Workspace Email Security , we're open to purchase the license if it aligns with our requirements, and we aim to do so as soon as possible.
Before proceeding, we'd like to inquire about the availability of test credentials for Google Workspace Email Security API access or the possibility of obtaining a product evaluation license.
Accessing API and logs for Google Workspace email security involves using the Google Workspace Admin SDK API and accessing logs through the Google Workspace Admin console. Here's a general guide:
Accessing API for Google Workspace Email Security:
Enable API Access:
Go to the Google Cloud Console.
Select your project or create a new one.
Enable the "Admin SDK" API for your project.
Create Service Account:
In the Google Cloud Console, navigate to the "IAM & Admin" section.
Create a service account and grant it the necessary permissions, such as "Security Center Admin."
Generate Service Account Key:
Generate a key for the service account. This key will be used to authenticate your API requests.
Use API Key in Your Application:
In your application or script, use the service account key to authenticate and make requests to the Google Workspace Admin SDK API. Refer to the official documentation for API usage details.
Accessing Logs for Google Workspace Email Security:
Sign in to Google Workspace Admin Console:
Go to the Google Workspace Admin Console.
Sign in with your administrator credentials.
Navigate to Reports:
In the Admin Console, navigate to "Reports" under the "Security" or "Reports" section.
Select Email Log Search:
Choose "Email Log Search" to access logs related to email activities.
Apply Filters:
Apply filters such as date range, users, or keywords to narrow down your search.
View and Export Logs:
View logs directly in the Admin Console. You can also export logs to a file for further analysis.
Please note that access to logs and API features may require appropriate administrator privileges within your Google Workspace organization. Additionally, always refer to the latest Google Workspace Admin SDK documentation for any updates or changes in API usage.