cURL
curl --request POST \ --url https://sandbox-umbrella-api.azurewebsites.net/api/services/aml/ongoingMonitoring/registerEntity \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "profileId": "8dac-b5393ce5ef3a", "names": "Tesla", "searchAll": "<string>", "fuzzySearch": "<string>" }'
AML Ongoing Monitoring Register Entity Service API Documentation
/aml/ongoingMonitoring/registerEntity
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully registered entity for monitoring.