Endpoint
POST/aml/ongoingMonitoring/registerIndividual
Swagger
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unique identifier for the individual profile in the system.
Example:
"8dac-b5393ce5ef3a"
Full name of the individual (e.g., "Elon Musk").
Example:
"Elon Musk"
Gender of the individual (optional, e.g., "male").
Example:
"male"
This field cannot be combined with the names parameter.
Date of birth of the individual (optional).
Example:
"1971/06/28"
Enables fuzzy search for the name (optional).
Response
Successfully registered individual for monitoring.