Introduction
Authentication
Before you can connect to the Forcepoint DLP REST APIs, you need to create a new Application administrator in the Forcepoint Security Manager to create the username and password for authentication to be used in order to get a JSON Web Token (JWT) that allows you to send API requests.
Registering an Application in the Forcepoint Security Manager
Authentication process
Refresh Token API
POST https://<DLP Manager IP>:<DLP Manager port>/dlp/rest/v1/auth/ refresh-token
Access Token API
POST https://<DLP Manager IP>:<DLP Manager port>/dlp/rest/v1/auth/access- token
REST APIs
This chapter provides detailed information about the specific REST APIs available in Forcepoint DLP.
Incident Management APIs
Incident Management APIs can be used to get a list of DLP and Discovery incidents from Forcepoint DLP or update and remediate those incidents.
Policy Management APIs
Policy management APIs can be used to manage DLP and Discovery policies, rules and resources. These APIs support programmatic policy changes and support policy export/import use cases across the same versions of management servers.
Deploy APIs
Deploy APIs can be used to extract data and configure it to Policy Engine and Endpoint servers.
Troubleshooting