POST
/
aml
/
ongoingMonitoring
/
registerIndividual
curl --request POST \
  --url https://api-umbrella.io/api/services/aml/ongoingMonitoring/registerIndividual \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "profileId": "8dac-b5393ce5ef3a",
  "names": "Elon Musk",
  "gender": "male",
  "searchAll": "<string>",
  "dob": "1971/06/28",
  "fuzzySearch": "<string>"
}'
This response does not have an example.

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

Endpoint

POST /aml/ongoingMonitoring/registerIndividual

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 individual for monitoring.