Get Started with Enterprise DLP API for TSG-Supported Tenants
Get started with Enterprise data loss prevention (DLP) API for tenants that are
TSG-aware.
You can access Enterprise data loss prevention (DLP) data for Tenant Service Group (TSG)-supported
tenants using the Enterprise DLP APIs. To get started, you must create a Common
Services Service Account and generate an access token.
For the Username, add the Client ID for the service account.
For the Password, add the Client Secret for the service account.
In the Body, enter the following
grant_type=client_credentials
Send API Request
.
Review the Response to confirm the API request was successfully sent.
The access token expires 15 minutes after the API request is
successfully sent. You must generate a new access token for the
service account if the access token expires before you can use
it to send API requests.
The below is an example of a Response for a successfully API
request.
Using the generated access token, you can send requests to the API to Retrieve Reports.