Skip to main content

Create Monitoring

Create AML check

Authorizations:
API key pair
Request Body schema: application/json
clientId
required
string [ 1 .. 100 ] characters

A unique string identifying a client on your side.

userType
required
string (UserMonitoringTypeEnum)
services
required
Array of strings (AmlCheckServiceEnum)
Items Enum: "AML_CHECK" "ADVERSE_MEDIA"
required
object (PersonAmlCheckInputRequest)
required
object (PersonAmlCheckFilterRequest)

Responses

Request samples

Content type
application/json
Example
{
  • "clientId": "string",
  • "userType": "PERSON",
  • "services": [
    ],
  • "input": {
    },
  • "filter": {
    }
}

Response samples

Content type
application/json
Example
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "clientId": "string",
  • "checkedAt": "2019-08-24T14:15:22Z",
  • "created": "2019-08-24T14:15:22Z",
  • "userType": "PERSON",
  • "services": [
    ],
  • "input": {
    },
  • "filter": {
    },
  • "amlCheck": [
    ],
  • "adverseMedia": [
    ],
  • "overallStatus": "NOT_CHECKED",
  • "monitoring": {
    }
}