POST
/
aml
/
ongoingMonitoring
/
registerEntity
curl --request POST \
  --url https://api-umbrella.io/api/services/aml/ongoingMonitoring/registerEntity \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "profileId": "8dac-b5393ce5ef3a",
  "names": "Tesla",
  "searchAll": "<string>",
  "fuzzySearch": "<string>"
}'

For a usage description of the AML Ongoing Monitoring Register Entity Service, please refer to the AML page.

Endpoint

POST /aml/ongoingMonitoring/registerEntity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200

Successfully registered entity for monitoring.