POST
/
v2
/
integrations
/
dlp
Connect a Forcepoint DLP integration
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/integrations/dlp \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "hostname": "<string>",
  "initialLookbackDays": 123,
  "password": "<string>",
  "port": 123,
  "providerSlug": "<string>",
  "username": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Body

application/json

DLP connection payload

hostname
string
initialLookbackDays
integer
password
string
port
integer
providerSlug
string
username
string

Response

Created

The response is of type object.