Skip to main content

Manage Monitoring

Delete Monitoring

Delete AML check profile

Authorizations:
API key pair
path Parameters
id
required
string <uuid>

A UUID string identifying this AML monitoring.

profileId
required
string

resourceId from AML database search result.

Responses


Start & Stop monitoring

Start/Stop AML monitoring

Authorizations:
API key pair
path Parameters
action
required
string
Enum: "start" "stop"
id
required
string <uuid>

A UUID string identifying this AML monitoring.

Request Body schema: application/json
comment
string [ 1 .. 10000 ] characters

Responses

Request samples

Content type
application/json
{
  • "comment": "string"
}

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "isSubscribed": true,
  • "status": "ACTIVE",
  • "expiration": "2019-08-24T14:15:22Z",
  • "created": "2019-08-24T14:15:22Z",
  • "amlCheck": {
    },
  • "tags": [ ]
}